Skip to content

Commit 3155ce9

Browse files
Update Rust crate tokio to 1.33.0 (#668)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eba29d3 commit 3155ce9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

misc/advanced/router-dev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ http = "0.2.9"
1313
schemars = "0.8.15"
1414
serde = "1.0.188"
1515
serde_json = "1.0.107"
16-
tokio = "1.32.0"
16+
tokio = "1.33.0"
1717
tower = { version = "0.4.13", features = ["full"] }

supergraph/router-rust-plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ http = "0.2.9"
1212
schemars = "0.8.15"
1313
serde = "1.0.188"
1414
serde_json = "1.0.107"
15-
tokio = "1.32.0"
15+
tokio = "1.33.0"
1616
tower = { version = "0.4.13", features = ["full"] }
1717
tracing = "0.1"

0 commit comments

Comments
 (0)