diff --git a/Cargo.toml b/Cargo.toml index 6c47a08..acfabcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ semver = "1.0.23" eframe = "0.29.1" egui = "0.29.1" egui-notify = "0.17.0" -egui_extras = { version = "0.29.1", features = ["syntect", "image"] } +egui_extras = { version = "0.30.0", features = ["syntect", "image"] } image = "0.25.4" open = "5.3.0" parking_lot = "0.12.3"