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-07 00:40:29 +00:00
parent 6a2b5e320d
commit b75e868cc3
4 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
env_logger = "0.11.8"
log = "0.4.27"
log = "0.4.28"
clap = { version = "4.5.47", features = ["derive", "env"] }
egui = "0.32.2"
eframe = "0.32.2"