From 40a4c149e5213acbb2c36794be3ffab406038c7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 11:40:31 +0000 Subject: [PATCH] fix(deps): update rust crate egui_plot to 0.36.0 --- pkgs/devfiler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/devfiler/Cargo.toml b/pkgs/devfiler/Cargo.toml index 840eb7c..7df54bd 100644 --- a/pkgs/devfiler/Cargo.toml +++ b/pkgs/devfiler/Cargo.toml @@ -40,7 +40,7 @@ smallvec = "1.11.1" arc-swap = "1.6.0" base64 = "0.22.0" egui = "0.33.3" -egui_plot = "0.34.1" +egui_plot = "0.36.0" egui_extras = { version = "0.33.3", features = ["image"] } egui_commonmark = "0.22.0" egui-phosphor = "0.11.0"