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

This commit is contained in:
2025-04-02 00:34:41 +00:00
parent 79efdc95bf
commit ec5d2cc40f
2 changed files with 7 additions and 7 deletions

View File

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