Skip to content

Commit

Permalink
fix: Address windows crate vulnerability
Browse files Browse the repository at this point in the history
It was fixed in [1]. And notify-rust introduced this fix in [2].

[1] microsoft/windows-rs@afe3252
[2] hoodie/notify-rust#148 (comment)
  • Loading branch information
Frederick888 committed Sep 22, 2022
1 parent c84e19f commit 0084e80
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 31 deletions.
70 changes: 40 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sysinfo = "0.24.3"
directories-next = "2.0.0"
yubico_manager = { version = "0.9.0", optional = true }
aes-gcm = { version = "0.9.0", default-features = false }
notify-rust = { version = "4.0.0", optional = true }
notify-rust = { version = "4.5.9", optional = true }
which = "4.0.2"
strum = { version = "0.24.0", features = ["derive"] }
num_enum = "0.5.2"
Expand Down

0 comments on commit 0084e80

Please sign in to comment.