Skip to content

Commit

Permalink
Upgrade clap* packages
Browse files Browse the repository at this point in the history
Reviewed By: mariusae, zertosh

Differential Revision: D68497030

fbshipit-source-id: 026bfd0d4f5cfbfd86ba1142faeff24c6ff689eb
  • Loading branch information
ukautz authored and facebook-github-bot committed Jan 23, 2025
1 parent d91fa3f commit 4130d41
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -17,7 +17,7 @@ name = "fixture_tests_tests"
path = "tests/uppercase_test.rs"

[dependencies]
clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] }
clap = { version = "4.5.27", features = ["derive", "env", "string", "unicode", "wrap_help"] }
colored = "2.1.0"
diff = "0.1"
lazy_static = "1.4"
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 @@ -9,7 +9,7 @@ repository = "https://github.com/facebook/relay"
license = "MIT"

[dependencies]
clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] }
clap = { version = "4.5.27", features = ["derive", "env", "string", "unicode", "wrap_help"] }
common = { path = "../common" }
intern = { path = "../intern" }
log = { version = "0.4.22", features = ["kv_unstable"] }
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/relay-codemod/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/facebook/relay"
license = "MIT"

[dependencies]
clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] }
clap = { version = "4.5.27", features = ["derive", "env", "string", "unicode", "wrap_help"] }
common = { path = "../common" }
log = { version = "0.4.22", features = ["kv_unstable"] }
lsp-types = "0.94.1"
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 @@ -17,7 +17,7 @@ name = "schema_validate_test"
path = "tests/validate_schema_test.rs"

[dependencies]
clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] }
clap = { version = "4.5.27", features = ["derive", "env", "string", "unicode", "wrap_help"] }
common = { path = "../common" }
fnv = "1.0"
graphql-cli = { path = "../graphql-cli" }
Expand Down

0 comments on commit 4130d41

Please sign in to comment.