From 533a6638072fa28b0887a9636444907ab1571854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:01:01 +0000 Subject: [PATCH 1/2] Update egui-toast requirement from 0.13 to 0.14 --- updated-dependencies: - dependency-name: egui-toast dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- anise-gui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anise-gui/Cargo.toml b/anise-gui/Cargo.toml index 42c29790..83950209 100644 --- a/anise-gui/Cargo.toml +++ b/anise-gui/Cargo.toml @@ -14,7 +14,7 @@ hifitime = { workspace = true } log = { workspace = true } bytes = { workspace = true } pretty_env_logger = { workspace = true } -egui-toast = "0.13" +egui-toast = "0.14" eframe = { version = "0.27" } egui = { version = "0.27" } egui_extras = { version = "0.27", features = ["datepicker", "http", "image"] } From 9e1ffd1b5324bf13989f10dea9c3acc3a75327f1 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 6 Aug 2024 21:36:02 -0600 Subject: [PATCH 2/2] Update egui --- anise-gui/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/anise-gui/Cargo.toml b/anise-gui/Cargo.toml index 83950209..c7f99eb1 100644 --- a/anise-gui/Cargo.toml +++ b/anise-gui/Cargo.toml @@ -15,9 +15,9 @@ log = { workspace = true } bytes = { workspace = true } pretty_env_logger = { workspace = true } egui-toast = "0.14" -eframe = { version = "0.27" } -egui = { version = "0.27" } -egui_extras = { version = "0.27", features = ["datepicker", "http", "image"] } +eframe = { version = "0.28" } +egui = { version = "0.28" } +egui_extras = { version = "0.28", features = ["datepicker", "http", "image"] } egui-aesthetix = { version = "0.2.3", features = ["standard"] } rfd = { version = "0.14.1" }