Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compiler/crates/dependency-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion compiler/crates/docblock-syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion compiler/crates/extract-graphql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion compiler/crates/fixture-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion compiler/crates/graphql-ir-validations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion compiler/crates/graphql-ir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion compiler/crates/graphql-syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion compiler/crates/graphql-text-printer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion compiler/crates/relay-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion compiler/crates/relay-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion compiler/crates/relay-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/relay-docblock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion compiler/crates/relay-lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion compiler/crates/relay-schema-generation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion compiler/crates/relay-transforms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion compiler/crates/relay-typegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion compiler/crates/schema-print/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion compiler/crates/schema-validate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion compiler/crates/schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Tokio version bump will require updating compiler/Cargo.lock; CI runs cargo test --locked (see .github/workflows/ci.yml), so leaving the lockfile at Tokio 1.50.0 will cause the workflow to fail.

Suggested change
tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.50.0", features = ["full", "test-util", "tracing"] }

Copilot uses AI. Check for mistakes.
Loading