From 305b678d1a28b0c3acb7c3900ce079efc6a8dffa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 17:19:52 +0000 Subject: [PATCH] fix(deps): update rust crate egui_extras to 0.31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 049ab4c..51bfa71 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.31" log = "0.4.17"