diff --git a/custom_consumption/Cargo.toml b/custom_consumption/Cargo.toml index d5c64e4..63360b0 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.28" clap = { version = "4.5.53", features = ["derive", "env"] } -egui = "0.32.3" +egui = "0.33.2" eframe = "0.32.3" lazy_static = "1.5.0"