From 3db3b204b41fd2ee9d3d299d8c0cbb7303eae3b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:43:11 +0200 Subject: [PATCH] fix(deps): update rust crate win7-notifications to 0.4.3 (#1214) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 19 +++---------------- plugins/notification/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5513029..284b5a20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7650,12 +7650,12 @@ dependencies = [ [[package]] name = "win7-notifications" -version = "0.3.1" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "210952d7163b9ed83a6fd9754ab2a101d14480f8491b5f1d6292771d88dbee70" +checksum = "82bdf2850c73df6ab8d3284759951a2a8cc4024b06c7d1507d47e19b6127ad79" dependencies = [ "once_cell", - "windows-sys 0.36.1", + "windows-sys 0.52.0", ] [[package]] @@ -7817,19 +7817,6 @@ dependencies = [ "windows-targets 0.52.4", ] -[[package]] -name = "windows-sys" -version = "0.36.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" -dependencies = [ - "windows_aarch64_msvc 0.36.1", - "windows_i686_gnu 0.36.1", - "windows_i686_msvc 0.36.1", - "windows_x86_64_gnu 0.36.1", - "windows_x86_64_msvc 0.36.1", -] - [[package]] name = "windows-sys" version = "0.45.0" diff --git a/plugins/notification/Cargo.toml b/plugins/notification/Cargo.toml index 316d85c7..bb331927 100644 --- a/plugins/notification/Cargo.toml +++ b/plugins/notification/Cargo.toml @@ -29,7 +29,7 @@ url = { version = "2", features = ["serde"] } serde_repr = "0.1" [target."cfg(windows)".dependencies] -win7-notifications = { version = "0.3.1", optional = true } +win7-notifications = { version = "0.4.3", optional = true } windows-version = { version = "0.1", optional = true } [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies]