Update Rust crate tokio to 1.34.0 #16

Merged
RenovateBot merged 1 commit from renovate/tokio-1.x into master 2023-11-11 01:02:32 +00:00
Showing only changes of commit cab496f039 - Show all commits

View file

@ -12,7 +12,7 @@ reqwest = "0.11.22"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
futures = "0.3.29"
tokio = { version = "1.33.0", features=["macros", "rt-multi-thread"] }
tokio = { version = "1.34.0", features=["macros", "rt-multi-thread"] }
tibber = "0.5.0"
chrono = "0.4.31"
actix-web = "4.4.0"