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

Update dependencies

This commit is contained in:
2024-01-04 03:14:40 +01:00
parent 963bbca8c0
commit 3399b541e7
2 changed files with 23 additions and 23 deletions

View File

@ -17,7 +17,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_repr = "0.1"
tokio = { version = "1.35", features = ["macros", "rt-multi-thread"] }
toml = "0.8.8"
toml = "0.8"
parse_duration = { path = "./parse_duration" }