Skip to content

Commit

Permalink
fix(deps): update rust crate win7-notifications to 0.4.5 (#1676)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent e2fa6d3 commit 66b9eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/notification/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde_repr = "0.1"
tauri = { workspace = true, features = ["wry"] }

[target."cfg(windows)".dependencies]
win7-notifications = { version = "0.4.4", optional = true }
win7-notifications = { version = "0.4.5", 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]
Expand Down

0 comments on commit 66b9eaa

Please sign in to comment.