From 659fcc44e7d6dc75da9aba3f361e358aa94e611b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 17:53:51 +0000 Subject: [PATCH] Update Rust crate tokio to 1.37.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a8dda6..1c1419a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ sqlx = { version = "0.6.3", features = [ "sqlite", "migrate", ], optional = true } -tokio = {version = "1.28.0", features = ["macros", "rt-multi-thread"] } +tokio = {version = "1.37.0", features = ["macros", "rt-multi-thread"] } [features] default = ["client"]