Update Rust crate env_logger to 0.11.7
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-03-31 00:34:38 +00:00
parent c23b6ca0b9
commit 8f22fc4561
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
log = "0.4.25"
env_logger = "0.11.6"
env_logger = "0.11.7"
clap = { version = "4.5.26", features = ["derive", "env"] }
lazy_static = "1.5.0"
anyhow = "1.0.97"