From 0787902aff97248c8b3119661ba7c24022f49bba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 13:32:23 +0000 Subject: [PATCH] fix(deps): update rust crate egui_logger to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 049ab4c..1b5b5fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ tracing-subscriber = "0.3" serde = "1" serde_derive = "1" -egui_logger= "0.3.0" +egui_logger= "0.10.0" reqwest = { version = "0.11", features = ["json"] } tokio = { version = "1", features = ["full"] }