From a0f9f8058e35dc84bd09a16c042c72e56f15d91d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 13:53:18 +0800 Subject: [PATCH] fix(deps): update rust crate tokio to 1.35.0 (#42) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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]