From fbc1dfadeb0af0fac272c5cf1c39e429f86f0c62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 23:17:21 +0000 Subject: [PATCH] fix(deps): update rust crate winrt-notification to 0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f49fa27c..13e72db6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ mac-notification-sys = "0.6" chrono = { version = "0.4", optional = true} [target.'cfg(target_os="windows")'.dependencies] -winrt-notification = { package = "tauri-winrt-notification", version = "0.2" } +winrt-notification = { package = "tauri-winrt-notification", version = "0.7" } [features] default = ["z"]