diff --git a/Cargo.toml b/Cargo.toml index 6c47a08..5d718dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ serde_json = "1.0.132" semver = "1.0.23" # GUI eframe = "0.29.1" -egui = "0.29.1" +egui = "0.30.0" egui-notify = "0.17.0" egui_extras = { version = "0.29.1", features = ["syntect", "image"] } image = "0.25.4"