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-04-01 02:05:09 +00:00
parent fab873d920
commit 17b291eba7

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.34", features = ["derive", "env"] }
lazy_static = "1.5.0"
anyhow = "1.0.97"