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

View File

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