diff --git a/custom_consumption/Cargo.lock b/custom_consumption/Cargo.lock index 97ecf27..081efaa 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.52.6", + "windows-targets 0.48.5", ] [[package]] diff --git a/custom_consumption/Cargo.toml b/custom_consumption/Cargo.toml index 8b7cea6..1ea9659 100644 --- a/custom_consumption/Cargo.toml +++ b/custom_consumption/Cargo.toml @@ -7,6 +7,6 @@ edition = "2024" env_logger = "0.11.8" log = "0.4.27" clap = { version = "4.5.45", features = ["derive", "env"] } -egui = "0.32.0" +egui = "0.32.1" eframe = "0.32.1" lazy_static = "1.5.0"