Skip to content

Commit 66b9eaa

Browse files
fix(deps): update rust crate win7-notifications to 0.4.5 (#1676)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e2fa6d3 commit 66b9eaa

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
@@ -32,7 +32,7 @@ serde_repr = "0.1"
3232
tauri = { workspace = true, features = ["wry"] }
3333

3434
[target."cfg(windows)".dependencies]
35-
win7-notifications = { version = "0.4.4", optional = true }
35+
win7-notifications = { version = "0.4.5", optional = true }
3636
windows-version = { version = "0.1", optional = true }
3737

3838
[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)