From d11670d9e1dba9e1f27c873ad3c9bbf87f2f75fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 09:45:28 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to 1.37.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 522a6fd..60d3af4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ serde = { version = "1.0", features = ["derive"], optional = true } serde_json = { version = "1.0", optional = true } serde_urlencoded = { version = "0.7.1", optional = true } time = { version = "0.3.36", optional = true } -tokio = { version = "1", optional = true, features = [ +tokio = { version = "1.37.0", optional = true, features = [ "macros", "rt-multi-thread", ] } @@ -86,7 +86,7 @@ tonic-types = { version = "0.11", optional = true } [dev-dependencies] chrono = "0.4.38" -tokio = { version = "1", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] } tower = { version = "0.4.13" } [package.metadata.docs.rs]