Skip to content

Commit 5f5735c

Browse files
Carlos Fernandezfacebook-github-bot
authored andcommitted
Update clap (4.5.41 -> 4.5.42) /clap_complete (4.5.50 -> 4.5.55)
Summary: X-link: #766 @public Update clap (4.5.41 -> 4.5.42) /clap_complete (4.5.50 -> 4.5.55) Reviewed By: cjlongoria, jsgf Differential Revision: D79668462 fbshipit-source-id: 3ac0d5b90bf20733812cf3bb9e5f7b269f53d71b
1 parent 24b9a7f commit 5f5735c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

controller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "src/main.rs"
1515
anyhow = "1.0.98"
1616
async-trait = "0.1.86"
1717
bincode = "1.3.3"
18-
clap = { version = "4.5.41", features = ["derive", "env", "string", "unicode", "wrap_help"] }
18+
clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] }
1919
const_format = "0.2"
2020
hyperactor = { version = "0.0.0", path = "../hyperactor" }
2121
hyperactor_mesh = { version = "0.0.0", path = "../hyperactor_mesh" }

hyperactor_mesh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bincode = "1.3.3"
4242
bitmaps = "3.2.1"
4343
buck-resources = "1"
4444
chrono = { version = "0.4.41", features = ["clock", "serde", "std"], default-features = false }
45-
clap = { version = "4.5.41", features = ["derive", "env", "string", "unicode", "wrap_help"] }
45+
clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] }
4646
criterion = { version = "0.5.1", features = ["async_tokio", "csv_output"] }
4747
dashmap = { version = "5.5.3", features = ["rayon", "serde"] }
4848
enum-as-inner = "0.6.0"

monarch_extension/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crate-type = ["cdylib"]
1717
anyhow = "1.0.98"
1818
async-trait = "0.1.86"
1919
bincode = "1.3.3"
20-
clap = { version = "4.5.41", features = ["derive", "env", "string", "unicode", "wrap_help"] }
20+
clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] }
2121
controller = { version = "0.0.0", path = "../controller", optional = true }
2222
futures = { version = "0.3.31", features = ["async-await", "compat"] }
2323
hyperactor = { version = "0.0.0", path = "../hyperactor" }

monarch_hyperactor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ anyhow = "1.0.98"
1616
async-once-cell = "0.4.2"
1717
async-trait = "0.1.86"
1818
bincode = "1.3.3"
19-
clap = { version = "4.5.41", features = ["derive", "env", "string", "unicode", "wrap_help"] }
19+
clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] }
2020
erased-serde = "0.3.27"
2121
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2222
futures = { version = "0.3.31", features = ["async-await", "compat"] }

monarch_tensor_worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "BSD-3-Clause"
1111
anyhow = "1.0.98"
1212
async-trait = "0.1.86"
1313
bincode = "1.3.3"
14-
clap = { version = "4.5.41", features = ["derive", "env", "string", "unicode", "wrap_help"] }
14+
clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] }
1515
cxx = "1.0.119"
1616
derive_more = { version = "1.0.0", features = ["full"] }
1717
futures = { version = "0.3.31", features = ["async-await", "compat"] }

0 commit comments

Comments
 (0)