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

@@ -1714,7 +1714,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets 0.48.5",
"windows-targets 0.52.6",
]
[[package]]
@@ -1770,9 +1770,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.27"
version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
[[package]]
name = "malloc_buf"

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"