diff --git a/compiler/crates/fixture-tests/Cargo.toml b/compiler/crates/fixture-tests/Cargo.toml index ab61166495d14..75b4e3a539010 100644 --- a/compiler/crates/fixture-tests/Cargo.toml +++ b/compiler/crates/fixture-tests/Cargo.toml @@ -17,7 +17,7 @@ name = "fixture_tests_tests" path = "tests/uppercase_test.rs" [dependencies] -clap = { version = "4.5.27", features = ["derive", "env", "string", "unicode", "wrap_help"] } +clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] } colored = "2.1.0" diff = "0.1" lazy_static = "1.4" diff --git a/compiler/crates/relay-bin/Cargo.toml b/compiler/crates/relay-bin/Cargo.toml index e4e30c3d3691c..a51dc0fd61020 100644 --- a/compiler/crates/relay-bin/Cargo.toml +++ b/compiler/crates/relay-bin/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/facebook/relay" license = "MIT" [dependencies] -clap = { version = "4.5.27", features = ["derive", "env", "string", "unicode", "wrap_help"] } +clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] } common = { path = "../common" } intern = { path = "../intern" } log = { version = "0.4.22", features = ["kv_unstable"] } diff --git a/compiler/crates/relay-codemod/Cargo.toml b/compiler/crates/relay-codemod/Cargo.toml index 16febaba9844a..3f4372fb73a12 100644 --- a/compiler/crates/relay-codemod/Cargo.toml +++ b/compiler/crates/relay-codemod/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/facebook/relay" license = "MIT" [dependencies] -clap = { version = "4.5.27", features = ["derive", "env", "string", "unicode", "wrap_help"] } +clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] } common = { path = "../common" } log = { version = "0.4.22", features = ["kv_unstable"] } lsp-types = "0.94.1" diff --git a/compiler/crates/schema-validate/Cargo.toml b/compiler/crates/schema-validate/Cargo.toml index 06a5a9bd8b3d4..8a073bcd27304 100644 --- a/compiler/crates/schema-validate/Cargo.toml +++ b/compiler/crates/schema-validate/Cargo.toml @@ -17,7 +17,7 @@ name = "schema_validate_test" path = "tests/validate_schema_test.rs" [dependencies] -clap = { version = "4.5.27", features = ["derive", "env", "string", "unicode", "wrap_help"] } +clap = { version = "4.5.20", features = ["derive", "env", "string", "unicode", "wrap_help"] } common = { path = "../common" } fnv = "1.0" graphql-cli = { path = "../graphql-cli" }