mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-06-26 10:54:29 +02:00
update env_logger to stop using humantime
This commit is contained in:
parent
cae0bb3fd8
commit
ba69f98195
2 changed files with 45 additions and 18 deletions
|
@ -17,7 +17,7 @@ serde_json = "^1.0"
|
|||
serde = { version = "^1.0.147", features = ["derive"] }
|
||||
clap = { version = "^4.5.6", features = ["string", "env"] }
|
||||
log = "^0.4.17"
|
||||
env_logger = "^0.11.5"
|
||||
env_logger = "^0.11.7"
|
||||
rusqlite = { version = "0.32", features = ["bundled"] }
|
||||
chrono = { version = "^0.4.38", features = ["serde"] }
|
||||
actix-rt = "2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue