From 3e975c3f1c46afc26f2bca0986c81f320534a531 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:16:04 +0000 Subject: [PATCH] fix(deps): update rust crate winrt-notification to 0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 406a589b..07d6cdb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,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.5" } [features] default = ["z"]