From c05a5ae996687c0b76af2738d13b4e179e9e4790 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 03:33:17 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.37.0 (#819) 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 a16cbff61..8b6d10b43 100644 --- a/misc/advanced/router-dev/Cargo.toml +++ b/misc/advanced/router-dev/Cargo.toml @@ -13,5 +13,5 @@ http = "0.2.12" schemars = "0.8.16" serde = "1.0.197" serde_json = "1.0.115" -tokio = "1.36.0" +tokio = "1.37.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 5a261241a..b4761a5f0 100644 --- a/supergraph/router-rust-plugin/Cargo.toml +++ b/supergraph/router-rust-plugin/Cargo.toml @@ -12,6 +12,6 @@ http = "0.2.12" schemars = "0.8.16" serde = "1.0.197" serde_json = "1.0.115" -tokio = "1.36.0" +tokio = "1.37.0" tower = { version = "0.4.13", features = ["full"] } tracing = "0.1"