From 732244cb6d54e600b73295f15d29b6f9517cd4f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 22:25:24 +0200 Subject: [PATCH] fix(deps): update rust crate winrt-notification to 0.3 (#1326) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- plugins/notification/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e85e3a0..0c6f716e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6704,9 +6704,9 @@ dependencies = [ [[package]] name = "tauri-winrt-notification" -version = "0.2.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f89f5fb70d6f62381f5d9b2ba9008196150b40b75f3068eb24faeddf1c686871" +checksum = "13966ea9e4bd4a3b86c332a93b70cc129a950e31c5f2212014c7ee5ebd110884" dependencies = [ "quick-xml", "windows 0.56.0", diff --git a/plugins/notification/Cargo.toml b/plugins/notification/Cargo.toml index 98f5e19b..6f6872a1 100644 --- a/plugins/notification/Cargo.toml +++ b/plugins/notification/Cargo.toml @@ -43,7 +43,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.3" } [dev-dependencies] color-backtrace = "0.6"