From 5e7cd738f8838feaa4ad0feb063511cbb0dba4a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 22:40:36 +0000 Subject: [PATCH] Update Rust crate tokio to 1.30.0 (#611) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- misc/advanced/router-dev/Cargo.toml | 2 +- supergraph/router-rust-plugin/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/advanced/router-dev/Cargo.toml b/misc/advanced/router-dev/Cargo.toml index 814c1274e..565bcb60e 100644 --- a/misc/advanced/router-dev/Cargo.toml +++ b/misc/advanced/router-dev/Cargo.toml @@ -13,5 +13,5 @@ http = "0.2.9" schemars = "0.8.12" serde = "1.0.183" serde_json = "1.0.104" -tokio = "1.29.1" +tokio = "1.30.0" tower = { version = "0.4.13", features = ["full"] } diff --git a/supergraph/router-rust-plugin/Cargo.toml b/supergraph/router-rust-plugin/Cargo.toml index 72978257a..15af8412d 100644 --- a/supergraph/router-rust-plugin/Cargo.toml +++ b/supergraph/router-rust-plugin/Cargo.toml @@ -12,6 +12,6 @@ http = "0.2.9" schemars = "0.8.12" serde = "1.0.183" serde_json = "1.0.104" -tokio = "1.29.1" +tokio = "1.30.0" tower = { version = "0.4.13", features = ["full"] } tracing = "0.1"