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-02 00:39:11 +00:00
parent e4c1918506
commit cb23b7efa5

View File

@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
clap = { version = "4.5.16", features = ["derive"] }
log = "0.4.22"
log = "0.4.27"
env_logger = "0.11.5"
reqwest = "0.12.5"
tokio = { version = "1", features = ["full"] }