Skip to content

Commit 77dfcb8

Browse files
fix(deps): update rust crate win7-notifications to 0.4.4 (#1525)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c1bbfaa commit 77dfcb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/notification/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ url = { version = "2", features = [ "serde" ] }
2929
serde_repr = "0.1"
3030

3131
[target."cfg(windows)".dependencies]
32-
win7-notifications = { version = "0.4.3", optional = true }
32+
win7-notifications = { version = "0.4.4", optional = true }
3333
windows-version = { version = "0.1", optional = true }
3434

3535
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]

0 commit comments

Comments
 (0)