diff --git a/Cargo.toml b/Cargo.toml index 6c47a08..2cdaf72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ semver = "1.0.23" # GUI eframe = "0.29.1" egui = "0.29.1" -egui-notify = "0.17.0" +egui-notify = "0.18.0" egui_extras = { version = "0.29.1", features = ["syntect", "image"] } image = "0.25.4" open = "5.3.0"