From 820dfa1a2dfd546981327fcf37f62fd705a80678 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:46:19 +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 bdf55c9..cc84259 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,4 +31,4 @@ axum = "0.6.18" bytes = "1.6.0" hyper = "0.14.27" reqwest = { version = "0.11", features = ["blocking"] } -tokio = { version = "1.36.0", features = ["full"] } +tokio = { version = "1.37.0", features = ["full"] }