diff --git a/Cargo.toml b/Cargo.toml index 3ded4d8..38ca35c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ anyhow = { version = "1.0.79", features = ["backtrace"] } reqwest = "0.11.22" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -futures = "0.3.29" +futures = "0.3.30" tokio = { version = "1.35.0", features=["macros", "rt-multi-thread"] } tibber = "0.5.0" chrono = "0.4.31"