Skip to content

Commit bafef19

Browse files
emersonfordfacebook-github-bot
authored andcommitted
update clap to v3.2.8 in third-party/rust
Summary: v3.2.8 incorporates clap-rs/clap#3882, which is needed for some of the Clap w/ Python CLI fallback code I'm working on. Ran all of the steps in https://www.internalfb.com/intern/wiki/Rust-at-facebook/Managing_fbsource_third-party_with_Reindeer/#overview Reviewed By: zertosh Differential Revision: D37566754 fbshipit-source-id: 998a4cd79c660d34c5e8468b2b27b6e0971f80ef
1 parent 9179304 commit bafef19

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

hphp/hack/Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hphp/hack/src/hackc/cargo/hackc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ anyhow = "1.0.56"
1414
bstr = { version = "0.2", features = ["serde1"] }
1515
bumpalo = { version = "3.8", features = ["collections"] }
1616
bytecode_printer = { path = "../../bytecode_printer" }
17-
clap = { version = "3.2.6", features = ["derive", "regex", "unicode", "wrap_help"] }
17+
clap = { version = "3.2.8", features = ["derive", "regex", "unicode", "wrap_help"] }
1818
compile = { path = "../../compile/cargo/compile" }
1919
decl_provider = { path = "../../decl_provider" }
2020
direct_decl_parser = { path = "../../../parser/api/cargo/direct_decl_parser" }

hphp/hack/src/utils/ffi_cbindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ path = "ffi_cbindgen.rs"
1111
[dependencies]
1212
anyhow = "1.0.56"
1313
cbindgen = "0.22.0"
14-
clap = { version = "3.2.6", features = ["derive", "regex", "unicode", "wrap_help"] }
14+
clap = { version = "3.2.8", features = ["derive", "regex", "unicode", "wrap_help"] }

hphp/hack/src/utils/hhvm_options/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ path = "hhvm_options.rs"
99

1010
[dependencies]
1111
anyhow = "1.0.56"
12-
clap = { version = "3.2.6", features = ["derive", "regex", "unicode", "wrap_help"] }
12+
clap = { version = "3.2.8", features = ["derive", "regex", "unicode", "wrap_help"] }
1313
hdf = { path = "../hdf" }
1414
hhvm_runtime_options = { path = "hhvm_runtime_options/hhvm_runtime_options" }

0 commit comments

Comments
 (0)