Merge pull request 'Update Rust crate tokio to 1.36.0' (#39) from renovate/tokio-1.x into master
Reviewed-on: #39
This commit is contained in:
commit
4cf60d9d37
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ reqwest = "0.11.24"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
futures = "0.3.30"
|
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"
|
tibber = "0.5.0"
|
||||||
chrono = "0.4.33"
|
chrono = "0.4.33"
|
||||||
actix-web = "4.5.1"
|
actix-web = "4.5.1"
|
||||||
|
|
Loading…
Reference in a new issue