Update Rust crate tokio to 1.35.1
Some checks failed
Home Server Merge / Serial Reader (pull_request) Failing after 14m11s
Some checks failed
Home Server Merge / Serial Reader (pull_request) Failing after 14m11s
This commit is contained in:
parent
74769b720a
commit
08913a6cfc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ reqwest = "0.11.23"
|
||||||
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.0", features=["macros", "rt-multi-thread"] }
|
tokio = { version = "1.35.1", features=["macros", "rt-multi-thread"] }
|
||||||
tibber = "0.5.0"
|
tibber = "0.5.0"
|
||||||
chrono = "0.4.31"
|
chrono = "0.4.31"
|
||||||
actix-web = "4.4.1"
|
actix-web = "4.4.1"
|
||||||
|
|
Loading…
Reference in a new issue