diff --git a/pkgs/devfiler/Cargo.toml b/pkgs/devfiler/Cargo.toml index 840eb7c..e9e8592 100644 --- a/pkgs/devfiler/Cargo.toml +++ b/pkgs/devfiler/Cargo.toml @@ -41,7 +41,7 @@ arc-swap = "1.6.0" base64 = "0.22.0" egui = "0.33.3" egui_plot = "0.34.1" -egui_extras = { version = "0.33.3", features = ["image"] } +egui_extras = { version = "0.35.0", features = ["image"] } egui_commonmark = "0.22.0" egui-phosphor = "0.11.0" fallible-iterator = "0.3.0"