From 86726146ebc26a80f7ce38e7c26042a6a55814ee Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 06:46:38 +0000 Subject: [PATCH] fix(deps): update rust crate egui-phosphor to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 73dd278..8f6c5d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ egui = "0.29.1" egui_plot = "0.29.0" egui_extras = { version = "0.29.1", features = ["image"] } egui_commonmark = "0.18.0" -egui-phosphor = "0.7.3" +egui-phosphor = "0.10.0" fallible-iterator = "0.3.0" chrono = "0.4.31" indexmap = "2.1.0"