From fa32a5c35842d3d71a8af3f58afc65ac4d0ca77d Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 30 May 2024 21:25:29 +0000 Subject: [PATCH] Update Rust crate tokio to 1.38.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e99ec18..a6ed1e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ chrono = "0.4.38" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.117" reqwest = "0.12.4" -tokio = { version = "1.37.0", features=["macros", "rt-multi-thread"] } +tokio = { version = "1.38.0", features=["macros", "rt-multi-thread"] } futures = "0.3.30" serial_test = "3.1.1" num-traits = "0.2.19"