1
0
mirror of https://github.com/pcvolkmer/checkbar.git synced 2025-04-19 19:16:50 +00:00

Update dependencies

This commit is contained in:
Paul-Christian Volkmer 2025-02-28 23:36:16 +01:00
parent c83c00ace6
commit 4ccc72783a

View File

@ -11,12 +11,12 @@ async-trait = "0.1"
chrono = { version = "0.4", features = ["serde"] } chrono = { version = "0.4", features = ["serde"] }
console = "0.15" console = "0.15"
ctrlc = "3.4" ctrlc = "3.4"
dirs = "5.0" dirs = "6.0"
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false } reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
serde_repr = "0.1" serde_repr = "0.1"
tokio = { version = "1.42", features = ["macros", "rt-multi-thread"] } tokio = { version = "1.43", features = ["macros", "rt-multi-thread"] }
toml = "0.8" toml = "0.8"
parse_duration = { path = "./parse_duration" } parse_duration = { path = "./parse_duration" }