From 182d7a9d0451bd0e6a9e3ab364dda6ffca72c6da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 21:49:54 +0000 Subject: [PATCH] Update egui-notify requirement from 0.14.0 to 0.15.0 --- updated-dependencies: - dependency-name: egui-notify dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 99e6d76..8e6e33d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ semver = "1.0.22" # GUI eframe = { version = "0.27.2", features = ["wgpu"] } egui = "0.27.2" -egui-notify = "0.14.0" +egui-notify = "0.15.0" egui_extras = { version = "0.27.2", features = ["syntect", "image"] } image = "0.25.1" open = "5.1.2"