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

This commit is contained in:
Renovate Bot 2025-03-31 20:50:34 +00:00
parent 33f181f20b
commit 9bad61abc0

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
log = "0.4.25"
log = "0.4.27"
env_logger = "0.11.6"
clap = { version = "4.5.26", features = ["derive", "env"] }
lazy_static = "1.5.0"