From 46ff9d6f34636ddcdfbe9c87c20419732c53aead Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 22:23:53 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.34 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28d243a..23e6c4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,5 +27,5 @@ local-ip-address = "0.5.1" reqwest = { version = "0.11", features = ["stream"] } futures-util = "0.3" indicatif = "0.17" -tokio = { version = "1.33", features = ["full"] } +tokio = { version = "1.34", features = ["full"] } truncatable = "0.1.3"