From 0c239c016542942e2a67cd66a5e9eb09f1f15b47 Mon Sep 17 00:00:00 2001 From: Zac Bowling Date: Mon, 20 Apr 2026 16:49:55 -0700 Subject: [PATCH] upgrading tokio to 1.52.1 Reviewed By: dtolnay Differential Revision: D101580193 --- compiler/crates/dependency-analyzer/Cargo.toml | 2 +- compiler/crates/docblock-syntax/Cargo.toml | 2 +- compiler/crates/extract-graphql/Cargo.toml | 2 +- compiler/crates/fixture-tests/Cargo.toml | 2 +- compiler/crates/graphql-ir-validations/Cargo.toml | 2 +- compiler/crates/graphql-ir/Cargo.toml | 2 +- compiler/crates/graphql-syntax/Cargo.toml | 2 +- compiler/crates/graphql-text-printer/Cargo.toml | 2 +- compiler/crates/relay-bin/Cargo.toml | 2 +- compiler/crates/relay-codegen/Cargo.toml | 2 +- compiler/crates/relay-compiler/Cargo.toml | 2 +- compiler/crates/relay-docblock/Cargo.toml | 2 +- compiler/crates/relay-lsp/Cargo.toml | 2 +- compiler/crates/relay-schema-generation/Cargo.toml | 2 +- compiler/crates/relay-transforms/Cargo.toml | 2 +- compiler/crates/relay-typegen/Cargo.toml | 2 +- compiler/crates/schema-print/Cargo.toml | 2 +- compiler/crates/schema-validate/Cargo.toml | 2 +- compiler/crates/schema/Cargo.toml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/compiler/crates/dependency-analyzer/Cargo.toml b/compiler/crates/dependency-analyzer/Cargo.toml index e7de645676458..4ef4b89b278da 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 db85265c3b010..9a62f8bef5823 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 debdb01269f4c..82583fb941dc4 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 fe16ee1ddbcfa..0f6c9014ed8e8 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 d7bc694c0c5c6..3756981d4d2a4 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 9266a1c109c1a..542e90691ccbc 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 ad65c95eec7b7..7348da7a6d67b 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 5ec123b3ced0f..bd52d146e3f8b 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 b3943c372ec62..efd100ca3178a 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 3a8dd1abd36a4..8656230789a53 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 65fa877c79e74..e4b5cc47ce26d 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 961394e9e1791..cddc0ab4771cd 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 5ad9e10c93e27..6c7a875a988ed 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 32759e9b0651a..11010077a96f8 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 4c7c9e755ae49..77ab2301bef96 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 dfa7087eadc34..ed38946b9e881 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 4adc4398962c8..5d3da230840aa 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 89dd70c95c7aa..087b638b9b0b9 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 b6d0425326ce4..5c20970e32dcd 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"] }