Skip to content

Commit 794e45d

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: meta-pytorch/monarch#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 e5917fc commit 794e45d

File tree

55 files changed

+55
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+55
-55
lines changed

common/rust/shed/thrift_compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/main.rs"
1616

1717
[dependencies]
1818
anyhow = "1.0.98"
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
dunce = "1.0.5"
2121
serde = { version = "1.0.219", features = ["derive", "rc"] }
2222
which = "4.2.4"

eden/mononoke/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ bonsai_svnrev_mapping = { version = "0.1.0", path = "bonsai_svnrev_mapping" }
4141
borrowed = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
4242
bytesize = "2.0"
4343
check_git_wc = { version = "0.1.0", path = "git/check_git_wc" }
44-
clap = { version = "4.5.41", features = ["derive", "env", "string", "unicode", "wrap_help"] }
44+
clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] }
4545
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
4646
cmdlib_logging = { version = "0.1.0", path = "cmdlib/log" }
4747
commit_graph = { version = "0.1.0", path = "repo_attributes/commit_graph/commit_graph" }

eden/mononoke/aliasverify/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-trait = "0.1.86"
1717
blobstore = { version = "0.1.0", path = "../blobstore" }
1818
bytes = { version = "1.10", features = ["serde"] }
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
context = { version = "0.1.0", path = "../server/context" }
2121
executor_lib = { version = "0.1.0", path = "../cmdlib/sharding" }
2222
facet = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

eden/mononoke/async_requests/worker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async_requests = { version = "0.1.0", path = "../lib" }
1515
async_requests_client = { version = "0.1.0", path = "../async_requests_client" }
1616
async_requests_types_thrift = { version = "0.1.0", path = "../if" }
1717
blobstore = { version = "0.1.0", path = "../../blobstore" }
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
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2020
cmdlib_logging = { version = "0.1.0", path = "../../cmdlib/log" }
2121
context = { version = "0.1.0", path = "../../server/context" }

eden/mononoke/benchmarks/filestore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bytes = { version = "1.10", features = ["serde"] }
2020
cacheblob = { version = "0.1.0", path = "../../blobstore/cacheblob" }
2121
cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2222
cachelib = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
23-
clap = { version = "4.5.41", features = ["derive", "env", "string", "unicode", "wrap_help"] }
23+
clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] }
2424
context = { version = "0.1.0", path = "../../server/context" }
2525
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2626
filestore = { version = "0.1.0", path = "../../filestore" }

eden/mononoke/benchmarks/storage_config/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
blobstore = { version = "0.1.0", path = "../../blobstore" }
1717
blobstore_factory = { version = "0.1.0", path = "../../blobstore/factory" }
1818
cacheblob = { version = "0.1.0", path = "../../blobstore/cacheblob" }
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
context = { version = "0.1.0", path = "../../server/context" }
2121
criterion = { version = "0.5.1", features = ["async_tokio", "csv_output"] }
2222
environment = { version = "0.1.0", path = "../../cmdlib/environment" }

eden/mononoke/blobimport/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
ascii = "1.0"
1717
blobimport_lib = { version = "0.1.0", path = "../blobimport_lib" }
1818
bonsai_globalrev_mapping = { version = "0.1.0", path = "../bonsai_globalrev_mapping" }
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
commit_graph = { version = "0.1.0", path = "../repo_attributes/commit_graph/commit_graph" }
2121
context = { version = "0.1.0", path = "../server/context" }
2222
fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

eden/mononoke/blobstore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ async-trait = "0.1.86"
1717
auto_impl = "1.2.1"
1818
bincode = { version = "2", features = ["serde"] }
1919
bytes = { version = "1.10", features = ["serde"] }
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
context = { version = "0.1.0", path = "../server/context" }
2222
either = "1.5"
2323
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }

eden/mononoke/blobstore/blobstore_stats/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "GPLv2+"
1010
[dependencies]
1111
anyhow = "1.0.98"
1212
blobstore = { version = "0.1.0", path = ".." }
13-
clap = { version = "4.5.41", features = ["derive", "env", "string", "unicode", "wrap_help"] }
13+
clap = { version = "4.5.42", features = ["derive", "env", "string", "unicode", "wrap_help"] }
1414
context = { version = "0.1.0", path = "../../server/context" }
1515
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
1616
metaconfig_types = { version = "0.1.0", path = "../../metaconfig/types" }

eden/mononoke/blobstore/factory/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ blobstore_sync_queue = { version = "0.1.0", path = "../../blobstore_sync_queue"
1616
cacheblob = { version = "0.1.0", path = "../cacheblob" }
1717
cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
1818
chaosblob = { version = "0.1.0", path = "../chaosblob" }
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
cloned = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2121
context = { version = "0.1.0", path = "../../server/context" }
2222
delayblob = { version = "0.1.0", path = "../delayblob" }

0 commit comments

Comments
 (0)