Skip to content

Commit 4130d41

Browse files
ukautzfacebook-github-bot
authored andcommitted
Upgrade clap* packages
Reviewed By: mariusae, zertosh Differential Revision: D68497030 fbshipit-source-id: 026bfd0d4f5cfbfd86ba1142faeff24c6ff689eb
1 parent d91fa3f commit 4130d41

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

compiler/crates/fixture-tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "fixture_tests_tests"
1717
path = "tests/uppercase_test.rs"
1818

1919
[dependencies]
20-
clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] }
20+
clap = { version = "4.5.27", features = ["derive", "env", "string", "unicode", "wrap_help"] }
2121
colored = "2.1.0"
2222
diff = "0.1"
2323
lazy_static = "1.4"

compiler/crates/relay-bin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/facebook/relay"
99
license = "MIT"
1010

1111
[dependencies]
12-
clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] }
12+
clap = { version = "4.5.27", features = ["derive", "env", "string", "unicode", "wrap_help"] }
1313
common = { path = "../common" }
1414
intern = { path = "../intern" }
1515
log = { version = "0.4.22", features = ["kv_unstable"] }

compiler/crates/relay-codemod/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/facebook/relay"
99
license = "MIT"
1010

1111
[dependencies]
12-
clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] }
12+
clap = { version = "4.5.27", features = ["derive", "env", "string", "unicode", "wrap_help"] }
1313
common = { path = "../common" }
1414
log = { version = "0.4.22", features = ["kv_unstable"] }
1515
lsp-types = "0.94.1"

compiler/crates/schema-validate/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "schema_validate_test"
1717
path = "tests/validate_schema_test.rs"
1818

1919
[dependencies]
20-
clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] }
20+
clap = { version = "4.5.27", features = ["derive", "env", "string", "unicode", "wrap_help"] }
2121
common = { path = "../common" }
2222
fnv = "1.0"
2323
graphql-cli = { path = "../graphql-cli" }

0 commit comments

Comments
 (0)