Skip to content

Commit

Permalink
apple-codesign: windows-sys 0.48 -> 0.52
Browse files Browse the repository at this point in the history
  • Loading branch information
indygreg committed Dec 22, 2023
1 parent d6b3e33 commit 70a111d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

1 change: 1 addition & 0 deletions apple-codesign/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Released on ReleaseDate.
and wrote project documentation for how to use it. (#6)
* Fix to restore working builds with `--no-default-features`.
* tungstenite 0.20 -> 0.21.
* windows-sys 0.48 -> 0.52.

## 0.26.0

Expand Down
2 changes: 1 addition & 1 deletion apple-codesign/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ security-framework-sys = { version = "2.9.1", features = ["OSX_10_12"] }

[target.'cfg(target_os = "windows")'.dependencies]
widestring = { version = "1.0.2" }
windows-sys = { version = "0.48.0", features = [ "Win32_Foundation", "Win32_Security_Cryptography"] }
windows-sys = { version = "0.52.0", features = [ "Win32_Foundation", "Win32_Security_Cryptography"] }

[dev-dependencies]
flate2 = "1.0.28"
Expand Down

0 comments on commit 70a111d

Please sign in to comment.