From cf632e19a9144c6cb9cd6125373c627137deb570 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 20:02:29 +0000 Subject: [PATCH] Update Rust crate tokio to 1.37 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9201c05..fe2fac0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,10 +22,10 @@ lazy_static = "1.4.0" regex = "1.10" toml = "0.8" -tokio = { version = "1.36", features = ["process"] } +tokio = { version = "1.37", features = ["process"] } futures = "0.3" async-trait = "0.1" async-recursion = "1.1" [dev-dependencies] -tokio = { version = "1.36", features = ["process", "time"] } +tokio = { version = "1.37", features = ["process", "time"] }