Skip to content

Commit

Permalink
update clap to v3.2.8 in third-party/rust
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D37566754

fbshipit-source-id: 998a4cd79c660d34c5e8468b2b27b6e0971f80ef
  • Loading branch information
emersonford authored and facebook-github-bot committed Jul 6, 2022
1 parent 90c2ed6 commit 3cfc85f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compiler/crates/fixture-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "fixture_tests_tests"
path = "tests/uppercase_test.rs"

[dependencies]
clap = { version = "3.2.6", features = ["derive", "regex", "unicode", "wrap_help"] }
clap = { version = "3.2.8", features = ["derive", "regex", "unicode", "wrap_help"] }
colored = "1.9"
diff = "0.1"
lazy_static = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/relay-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
license = "MIT"

[dependencies]
clap = { version = "3.2.6", features = ["derive", "regex", "unicode", "wrap_help"] }
clap = { version = "3.2.8", features = ["derive", "regex", "unicode", "wrap_help"] }
common = { path = "../common" }
intern = { path = "../intern" }
log = { version = "0.4.14", features = ["kv_unstable", "kv_unstable_std"] }
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/schema-validate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "schema_validate_test"
path = "tests/validate_schema_test.rs"

[dependencies]
clap = { version = "3.2.6", features = ["derive", "regex", "unicode", "wrap_help"] }
clap = { version = "3.2.8", features = ["derive", "regex", "unicode", "wrap_help"] }
common = { path = "../common" }
fnv = "1.0"
intern = { path = "../intern" }
Expand Down

0 comments on commit 3cfc85f

Please sign in to comment.