From a6e896e73a63bc69c3cfff26bc99884d4937a65a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 02:00:22 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.35.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6965a5a..6510d1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1.0" async-trait = "0.1.74" lazy_static = "1.4.0" time = "0.3.30" -tokio = { version = "1.34.0", features = [ "full" ] } +tokio = { version = "1.35.0", features = [ "full" ] } typed-builder = "0.18.0" [dev-dependencies]