From cf7547ecebd2bb3f634f6fa01fb8ef5ee5844361 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 15:33:32 +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 33de2ac..af5c289 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ serde = { version = "1.0.200", features = ["derive"], optional = true } serde_json = { version = "1.0.116", 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]