Update Rust crate futures to 0.3.29 #13

Merged
hodasemi merged 2 commits from renovate/rust-futures-monorepo into master 2023-10-31 10:17:53 +00:00
Showing only changes of commit b21c89c81c - Show all commits

View file

@ -11,7 +11,7 @@ anyhow = { version = "1.0.75", features = ["backtrace"] }
reqwest = "0.11.22"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
futures = "0.3.28"
futures = "0.3.29"
tokio = { version = "1.33.0", features=["macros", "rt-multi-thread"] }
tibber = "0.5.0"
chrono = "0.4.31"