From b5435a474a8b8195655a0a67efe3e3eee708468c Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 7 Feb 2024 02:02:35 +0000 Subject: [PATCH] Update Rust crate tokio to 1.36.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0da0f2..839b226 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ reqwest = "0.11.24" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" futures = "0.3.30" -tokio = { version = "1.35.1", features=["macros", "rt-multi-thread"] } +tokio = { version = "1.36.0", features=["macros", "rt-multi-thread"] } tibber = "0.5.0" chrono = "0.4.33" actix-web = "4.4.1"