update env_logger to stop using humantime

This commit is contained in:
Dustin J. Mitchell 2025-03-10 23:07:02 -04:00
parent cae0bb3fd8
commit ba69f98195
No known key found for this signature in database
2 changed files with 45 additions and 18 deletions

View file

@ -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"