From 77dfcb856609f885a1c5232e29a34df56a3ebeca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:03:19 +0200 Subject: [PATCH] fix(deps): update rust crate win7-notifications to 0.4.4 (#1525) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- plugins/notification/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/notification/Cargo.toml b/plugins/notification/Cargo.toml index e3b0c20b..db6726fd 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.4.3", optional = true } +win7-notifications = { version = "0.4.4", optional = true } windows-version = { version = "0.1", optional = true } [target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]