From 941e2ff507d46f9ae0daea78255a4434010315e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:10:48 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.34.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7643f68..6965a5a 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.33.0", features = [ "full" ] } +tokio = { version = "1.34.0", features = [ "full" ] } typed-builder = "0.18.0" [dev-dependencies]