From 52270725578e7659ee7d932a9bb2a98f1683457b Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 07:06:56 +0000 Subject: [PATCH] fix(deps): update rust crate egui_extras to 0.33.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index afe95ad..8d6a492 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ arc-swap = "1.6.0" base64 = "0.22.0" egui = "0.29.1" egui_plot = "0.29.0" -egui_extras = { version = "0.29.1", features = ["image"] } +egui_extras = { version = "0.33.0", features = ["image"] } egui_commonmark = "0.18.0" egui-phosphor = "0.7.3" fallible-iterator = "0.3.0"