1
0
mirror of https://github.com/pcvolkmer/checkbar.git synced 2025-07-02 14:22:54 +00:00

Update tokio to version 1.36
All checks were successful
CI / test (push) Successful in 1m23s

This commit is contained in:
2024-02-20 20:52:01 +01:00
parent a091d95f97
commit b693ac000b
2 changed files with 53 additions and 52 deletions

View File

@ -16,7 +16,7 @@ reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-feature
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_repr = "0.1"
tokio = { version = "1.35", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.36", features = ["macros", "rt-multi-thread"] }
toml = "0.8"
parse_duration = { path = "./parse_duration" }