diff --git a/compiler/crates/dependency-analyzer/Cargo.toml b/compiler/crates/dependency-analyzer/Cargo.toml index e7de64567645..4ef4b89b278d 100644 --- a/compiler/crates/dependency-analyzer/Cargo.toml +++ b/compiler/crates/dependency-analyzer/Cargo.toml @@ -36,4 +36,4 @@ serde = { version = "1.0.219", features = ["derive", "rc"] } [dev-dependencies] fixture-tests = { path = "../fixture-tests" } relay-test-schema = { path = "../relay-test-schema" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/compiler/crates/docblock-syntax/Cargo.toml b/compiler/crates/docblock-syntax/Cargo.toml index db85265c3b01..9a62f8bef582 100644 --- a/compiler/crates/docblock-syntax/Cargo.toml +++ b/compiler/crates/docblock-syntax/Cargo.toml @@ -22,4 +22,4 @@ thiserror = "2.0.18" [dev-dependencies] fixture-tests = { path = "../fixture-tests" } graphql-test-helpers = { path = "../graphql-test-helpers" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/compiler/crates/extract-graphql/Cargo.toml b/compiler/crates/extract-graphql/Cargo.toml index debdb01269f4..82583fb941dc 100644 --- a/compiler/crates/extract-graphql/Cargo.toml +++ b/compiler/crates/extract-graphql/Cargo.toml @@ -19,4 +19,4 @@ graphql-syntax = { path = "../graphql-syntax" } [dev-dependencies] fixture-tests = { path = "../fixture-tests" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/compiler/crates/fixture-tests/Cargo.toml b/compiler/crates/fixture-tests/Cargo.toml index fe16ee1ddbcf..0f6c9014ed8e 100644 --- a/compiler/crates/fixture-tests/Cargo.toml +++ b/compiler/crates/fixture-tests/Cargo.toml @@ -22,4 +22,4 @@ colored = "2.1.0" diff = "0.1.13" lazy_static = "1.5" signedsource = { path = "../signedsource" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/compiler/crates/graphql-ir-validations/Cargo.toml b/compiler/crates/graphql-ir-validations/Cargo.toml index d7bc694c0c5c..3756981d4d2a 100644 --- a/compiler/crates/graphql-ir-validations/Cargo.toml +++ b/compiler/crates/graphql-ir-validations/Cargo.toml @@ -30,4 +30,4 @@ graphql-cli = { path = "../graphql-cli" } graphql-syntax = { path = "../graphql-syntax" } graphql-test-helpers = { path = "../graphql-test-helpers" } relay-test-schema = { path = "../relay-test-schema" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/compiler/crates/graphql-ir/Cargo.toml b/compiler/crates/graphql-ir/Cargo.toml index 9266a1c109c1..542e90691ccb 100644 --- a/compiler/crates/graphql-ir/Cargo.toml +++ b/compiler/crates/graphql-ir/Cargo.toml @@ -38,4 +38,4 @@ thiserror = "2.0.18" fixture-tests = { path = "../fixture-tests" } graphql-cli = { path = "../graphql-cli" } relay-test-schema = { path = "../relay-test-schema" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/compiler/crates/graphql-syntax/Cargo.toml b/compiler/crates/graphql-syntax/Cargo.toml index ad65c95eec7b..7348da7a6d67 100644 --- a/compiler/crates/graphql-syntax/Cargo.toml +++ b/compiler/crates/graphql-syntax/Cargo.toml @@ -22,4 +22,4 @@ thiserror = "2.0.18" [dev-dependencies] fixture-tests = { path = "../fixture-tests" } graphql-cli = { path = "../graphql-cli" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/compiler/crates/graphql-text-printer/Cargo.toml b/compiler/crates/graphql-text-printer/Cargo.toml index 5ec123b3ced0..bd52d146e3f8 100644 --- a/compiler/crates/graphql-text-printer/Cargo.toml +++ b/compiler/crates/graphql-text-printer/Cargo.toml @@ -33,4 +33,4 @@ schema = { path = "../schema" } fixture-tests = { path = "../fixture-tests" } relay-test-schema = { path = "../relay-test-schema" } relay-transforms = { path = "../relay-transforms" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/compiler/crates/relay-bin/Cargo.toml b/compiler/crates/relay-bin/Cargo.toml index b3943c372ec6..efd100ca3178 100644 --- a/compiler/crates/relay-bin/Cargo.toml +++ b/compiler/crates/relay-bin/Cargo.toml @@ -21,4 +21,4 @@ schema = { path = "../schema" } schema-documentation = { path = "../schema-documentation" } simplelog = "0.12.2" thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/compiler/crates/relay-codegen/Cargo.toml b/compiler/crates/relay-codegen/Cargo.toml index 3a8dd1abd36a..8656230789a5 100644 --- a/compiler/crates/relay-codegen/Cargo.toml +++ b/compiler/crates/relay-codegen/Cargo.toml @@ -59,4 +59,4 @@ schema = { path = "../schema" } fixture-tests = { path = "../fixture-tests" } graphql-test-helpers = { path = "../graphql-test-helpers" } relay-test-schema = { path = "../relay-test-schema" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/compiler/crates/relay-compiler/Cargo.toml b/compiler/crates/relay-compiler/Cargo.toml index 65fa877c79e7..e4b5cc47ce26 100644 --- a/compiler/crates/relay-compiler/Cargo.toml +++ b/compiler/crates/relay-compiler/Cargo.toml @@ -81,7 +81,7 @@ sha1 = "0.10.5" sha2 = "0.10.6" signedsource = { path = "../signedsource" } thiserror = "2.0.18" -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } walkdir = "2.3" watchman_client = "0.9.0" zstd = { version = "0.13.3", features = ["experimental", "zstdmt"] } diff --git a/compiler/crates/relay-docblock/Cargo.toml b/compiler/crates/relay-docblock/Cargo.toml index 961394e9e179..cddc0ab4771c 100644 --- a/compiler/crates/relay-docblock/Cargo.toml +++ b/compiler/crates/relay-docblock/Cargo.toml @@ -37,4 +37,4 @@ fixture-tests = { path = "../fixture-tests" } graphql-cli = { path = "../graphql-cli" } graphql-test-helpers = { path = "../graphql-test-helpers" } relay-test-schema = { path = "../relay-test-schema" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/compiler/crates/relay-lsp/Cargo.toml b/compiler/crates/relay-lsp/Cargo.toml index 5ad9e10c93e2..6c7a875a988e 100644 --- a/compiler/crates/relay-lsp/Cargo.toml +++ b/compiler/crates/relay-lsp/Cargo.toml @@ -48,7 +48,7 @@ schema-documentation = { path = "../schema-documentation" } schema-print = { path = "../schema-print" } serde = { version = "1.0.219", features = ["derive", "rc"] } serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "raw_value", "unbounded_depth"] } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } [dev-dependencies] fixture-tests = { path = "../fixture-tests" } diff --git a/compiler/crates/relay-schema-generation/Cargo.toml b/compiler/crates/relay-schema-generation/Cargo.toml index 32759e9b0651..11010077a96f 100644 --- a/compiler/crates/relay-schema-generation/Cargo.toml +++ b/compiler/crates/relay-schema-generation/Cargo.toml @@ -43,4 +43,4 @@ fixture-tests = { path = "../fixture-tests" } graphql-cli = { path = "../graphql-cli" } graphql-test-helpers = { path = "../graphql-test-helpers" } relay-test-schema = { path = "../relay-test-schema" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/compiler/crates/relay-transforms/Cargo.toml b/compiler/crates/relay-transforms/Cargo.toml index 4c7c9e755ae4..77ab2301bef9 100644 --- a/compiler/crates/relay-transforms/Cargo.toml +++ b/compiler/crates/relay-transforms/Cargo.toml @@ -152,4 +152,4 @@ fixture-tests = { path = "../fixture-tests" } graphql-cli = { path = "../graphql-cli" } graphql-test-helpers = { path = "../graphql-test-helpers" } relay-test-schema = { path = "../relay-test-schema" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/compiler/crates/relay-typegen/Cargo.toml b/compiler/crates/relay-typegen/Cargo.toml index dfa7087eadc3..ed38946b9e88 100644 --- a/compiler/crates/relay-typegen/Cargo.toml +++ b/compiler/crates/relay-typegen/Cargo.toml @@ -33,4 +33,4 @@ graphql-test-helpers = { path = "../graphql-test-helpers" } regex = "1.12.3" relay-codegen = { path = "../relay-codegen" } relay-test-schema = { path = "../relay-test-schema" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/compiler/crates/schema-print/Cargo.toml b/compiler/crates/schema-print/Cargo.toml index 4adc4398962c..5d3da230840a 100644 --- a/compiler/crates/schema-print/Cargo.toml +++ b/compiler/crates/schema-print/Cargo.toml @@ -30,4 +30,4 @@ schema = { path = "../schema" } [dev-dependencies] diff = "0.1.13" fixture-tests = { path = "../fixture-tests" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/compiler/crates/schema-validate/Cargo.toml b/compiler/crates/schema-validate/Cargo.toml index 89dd70c95c7a..087b638b9b0b 100644 --- a/compiler/crates/schema-validate/Cargo.toml +++ b/compiler/crates/schema-validate/Cargo.toml @@ -31,4 +31,4 @@ thiserror = "2.0.18" [dev-dependencies] fixture-tests = { path = "../fixture-tests" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } diff --git a/compiler/crates/schema/Cargo.toml b/compiler/crates/schema/Cargo.toml index b6d0425326ce..5c20970e32dc 100644 --- a/compiler/crates/schema/Cargo.toml +++ b/compiler/crates/schema/Cargo.toml @@ -31,4 +31,4 @@ thiserror = "2.0.18" [dev-dependencies] fixture-tests = { path = "../fixture-tests" } graphql-cli = { path = "../graphql-cli" } -tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] }