diff --git a/custom_consumption/Cargo.toml b/custom_consumption/Cargo.toml index b96821f..e3ad9b5 100644 --- a/custom_consumption/Cargo.toml +++ b/custom_consumption/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" env_logger = "0.11.5" log = "0.4.22" clap = { version = "4.5.18", features = ["derive", "env"] } -egui = "0.29.1" +egui = "0.30.0" eframe = "0.29.1" lazy_static = "1.5.0"