Skip to content

Commit

Permalink
Upgrade Clap 3 to 3.2.23
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D43186409

fbshipit-source-id: 09583c5f6ff82c5cecf6263355c23c48ba6208f5
  • Loading branch information
abesto authored and facebook-github-bot committed Feb 10, 2023
1 parent dff1d26 commit 0916970
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
32 changes: 16 additions & 16 deletions hphp/hack/src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hphp/hack/src/asdl_to_rust/lrgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ path = "lrgen.rs"

[dependencies]
cfgrammar = { version = "0.12", features = ["serde"] }
clap = { version = "3.2.17", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
clap = { version = "3.2.23", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
lrlex = "0.12"
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "../../main.rs"

[dependencies]
bytemuck = { version = "1.12.3", features = ["derive"] }
clap = { version = "3.2.17", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
clap = { version = "3.2.23", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
depgraph_reader = { path = "../../../cargo/depgraph_reader" }
memmap = "0.7"
rayon = "1.2"
Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/depgraph/hhdg/cargo/hhdg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "../../hhdg.rs"

[dependencies]
anyhow = "1.0.65"
clap = { version = "3.2.17", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
clap = { version = "3.2.23", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
depgraph_reader = { path = "../../../cargo/depgraph_reader" }
hash = { path = "../../../../utils/hash" }
human_readable_dep_map = { path = "../../../cargo/human_readable_dep_map" }
Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/generate_hhi/cargo/generate_hhi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ path = "../../generate_hhi.rs"

[dependencies]
anyhow = "1.0.65"
clap = { version = "3.2.17", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
clap = { version = "3.2.23", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
generate_hhi_lib = { path = "../generate_hhi_lib" }
2 changes: 1 addition & 1 deletion hphp/hack/src/hh_manual/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"

[dependencies]
anyhow = "1.0.65"
clap = { version = "3.2.17", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
clap = { version = "3.2.23", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
pulldown-cmark = "0.9.1"
2 changes: 1 addition & 1 deletion hphp/hack/src/hhi/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test = false
doctest = false

[build-dependencies]
clap = { version = "3.2.17", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
clap = { version = "3.2.23", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
gen_hhi_contents_lib = { path = "cargo/gen_hhi_contents_lib" }
generate_hhi_lib = { path = "../../generate_hhi/cargo/generate_hhi_lib" }
walkdir = "2.3"
2 changes: 1 addition & 1 deletion hphp/hack/src/rust_to_ocaml/rust_to_ocaml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "../src/rust_to_ocaml.rs"
[dependencies]
anyhow = "1.0.65"
attr_parser = { path = "../attr_parser" }
clap = { version = "3.2.17", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
clap = { version = "3.2.23", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
convert_case = "0.4.0"
derive_more = "0.99.17"
indexmap = { version = "1.9.2", features = ["arbitrary", "rayon", "serde-1"] }
Expand Down
2 changes: 1 addition & 1 deletion hphp/hack/src/utils/ffi_cbindgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ path = "ffi_cbindgen.rs"
[dependencies]
anyhow = "1.0.65"
cbindgen = "0.22.0"
clap = { version = "3.2.17", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
clap = { version = "3.2.23", features = ["derive", "env", "regex", "unicode", "wrap_help"] }

0 comments on commit 0916970

Please sign in to comment.