diff --git a/controller/Cargo.toml b/controller/Cargo.toml index 3f81d5a48..36eaa7abb 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -15,7 +15,7 @@ path = "src/main.rs" anyhow = "1.0.98" async-trait = "0.1.86" bincode = "1.3.3" -clap = { version = "4.5.41", features = ["derive", "env", "string", "unicode", "wrap_help"] } +clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } const_format = "0.2" hyperactor = { version = "0.0.0", path = "../hyperactor" } hyperactor_mesh = { version = "0.0.0", path = "../hyperactor_mesh" } diff --git a/hyperactor_mesh/Cargo.toml b/hyperactor_mesh/Cargo.toml index 55f6dbcdb..6d09808fc 100644 --- a/hyperactor_mesh/Cargo.toml +++ b/hyperactor_mesh/Cargo.toml @@ -42,7 +42,7 @@ bincode = "1.3.3" bitmaps = "3.2.1" buck-resources = "1" chrono = { version = "0.4.41", features = ["clock", "serde", "std"], default-features = false } -clap = { version = "4.5.41", features = ["derive", "env", "string", "unicode", "wrap_help"] } +clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } criterion = { version = "0.5.1", features = ["async_tokio", "csv_output"] } dashmap = { version = "5.5.3", features = ["rayon", "serde"] } enum-as-inner = "0.6.0" diff --git a/monarch_extension/Cargo.toml b/monarch_extension/Cargo.toml index fa7af0807..c8bd9e003 100644 --- a/monarch_extension/Cargo.toml +++ b/monarch_extension/Cargo.toml @@ -17,7 +17,7 @@ crate-type = ["cdylib"] anyhow = "1.0.98" async-trait = "0.1.86" bincode = "1.3.3" -clap = { version = "4.5.41", features = ["derive", "env", "string", "unicode", "wrap_help"] } +clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } controller = { version = "0.0.0", path = "../controller", optional = true } futures = { version = "0.3.31", features = ["async-await", "compat"] } hyperactor = { version = "0.0.0", path = "../hyperactor" } diff --git a/monarch_hyperactor/Cargo.toml b/monarch_hyperactor/Cargo.toml index 9ca462543..22f461034 100644 --- a/monarch_hyperactor/Cargo.toml +++ b/monarch_hyperactor/Cargo.toml @@ -16,7 +16,7 @@ anyhow = "1.0.98" async-once-cell = "0.4.2" async-trait = "0.1.86" bincode = "1.3.3" -clap = { version = "4.5.41", features = ["derive", "env", "string", "unicode", "wrap_help"] } +clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } erased-serde = "0.3.27" fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } futures = { version = "0.3.31", features = ["async-await", "compat"] } diff --git a/monarch_tensor_worker/Cargo.toml b/monarch_tensor_worker/Cargo.toml index b0b84b00d..f7c7c6ccc 100644 --- a/monarch_tensor_worker/Cargo.toml +++ b/monarch_tensor_worker/Cargo.toml @@ -11,7 +11,7 @@ license = "BSD-3-Clause" anyhow = "1.0.98" async-trait = "0.1.86" bincode = "1.3.3" -clap = { version = "4.5.41", features = ["derive", "env", "string", "unicode", "wrap_help"] } +clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] } cxx = "1.0.119" derive_more = { version = "1.0.0", features = ["full"] } futures = { version = "0.3.31", features = ["async-await", "compat"] }