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

Set dependency versions

This commit is contained in:
2023-05-05 13:21:40 +02:00
parent 9b8a0ca3ef
commit c1a8ce4fdc
2 changed files with 236 additions and 159 deletions

View File

@ -8,14 +8,14 @@ members = ["parse_duration"]
[dependencies]
async-trait = "0.1"
chrono = { version = "*", features = ["serde"] }
dirs = "5"
reqwest = { version = "*", features = ["json", "rustls-tls"], default-features = false }
chrono = { version = "0.4", features = ["serde"] }
dirs = "5.0"
reqwest = { version = "0.11", features = ["json", "rustls-tls"], default-features = false }
serde = { version = "1", features = ["derive"] }
serde_json = "*"
serde_json = "1.0"
serde_repr = "*"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
toml = "*"
tokio = { version = "1.28", features = ["macros", "rt-multi-thread"] }
toml = "0.7"
parse_duration = { path = "./parse_duration" }