From 405b750482326036a1ead817813c4c11a7916308 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 10 Nov 2023 02:02:34 +0100 Subject: [PATCH] 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 e263636..add588e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ chrono = "0.4.31" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.108" reqwest = "0.11.22" -tokio = { version = "1.33.0", features=["macros", "rt-multi-thread"] } +tokio = { version = "1.34.0", features=["macros", "rt-multi-thread"] } futures = "0.3.29" serial_test = "2.0.0" num-traits = "0.2.17" -- 2.45.2