diff --git a/Cargo.toml b/Cargo.toml index 99e6d76..b7fdb87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ semver = "1.0.22" eframe = { version = "0.27.2", features = ["wgpu"] } egui = "0.27.2" egui-notify = "0.14.0" -egui_extras = { version = "0.27.2", features = ["syntect", "image"] } +egui_extras = { version = "0.28.1", features = ["syntect", "image"] } image = "0.25.1" open = "5.1.2" ping = "0.5.2"