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

This commit is contained in:
2025-12-03 00:19:41 +00:00
parent 7f687a6ee6
commit 04e1ddfc22
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
log = "0.4.28"
log = "0.4.29"
env_logger = "0.11.8"
clap = { version = "4.5.53", features = ["env", "derive"] }
tokio = { version = "1.48.0", features = ["full"] }