mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-07-07 20:06:41 +02:00
Fixes chrono warnings (#49)
This commit is contained in:
parent
c1862d30ad
commit
2e5d031d1c
4 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ clap = { version = "^4.5.6", features = ["string"] }
|
|||
log = "^0.4.17"
|
||||
env_logger = "^0.11.5"
|
||||
rusqlite = { version = "0.32", features = ["bundled"] }
|
||||
chrono = { version = "^0.4.22", features = ["serde"] }
|
||||
chrono = { version = "^0.4.38", features = ["serde"] }
|
||||
|
||||
[dev-dependencies]
|
||||
actix-rt = "2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue