diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock index 36b5010..dc911f0 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -1966,9 +1966,9 @@ checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e" [[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 = "lzma-rs" diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index beae561..9ba0fb4 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -4,7 +4,7 @@ version = "1.0.2" edition = "2024" [dependencies] -log = "0.4.27" +log = "0.4.28" env_logger = "0.11.8" lazy_static = "1.5.0" dotenvy = "0.15.7" diff --git a/custom_consumption/Cargo.lock b/custom_consumption/Cargo.lock index 91a4e2f..e9c206e 100644 --- a/custom_consumption/Cargo.lock +++ b/custom_consumption/Cargo.lock @@ -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" diff --git a/custom_consumption/Cargo.toml b/custom_consumption/Cargo.toml index f2efc3e..46be9fe 100644 --- a/custom_consumption/Cargo.toml +++ b/custom_consumption/Cargo.toml @@ -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"