From 22aea8a06d0a9ca5f82351b161b9da733a7d5080 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 12:36:10 +0000 Subject: [PATCH] fix(deps): update rust crate egui_extras to 0.34 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 049ab4c..f754818 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,6 @@ egui_logger= "0.3.0" reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1", features = ["full"] } -egui_extras ="0.21" +egui_extras ="0.34" log = "0.4.17"