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

This commit is contained in:
2025-09-04 00:33:46 +00:00
parent 72b8fd1db8
commit 15991253d9
2 changed files with 3 additions and 3 deletions

View File

@@ -10,5 +10,5 @@ actix-web = "4.11.0"
clap = { version = "4.5.47", features = ["derive"] }
swagger-ui = "0.1.5"
serde = { version = "1.0.219", features = ["derive"] }
log = "0.4.27"
log = "0.4.28"
env_logger = "0.11.8"