Skip to content

Commit

Permalink
Bump windows from 0.51.1 to 0.52.0 (#217)
Browse files Browse the repository at this point in the history
Bumps [windows](https://github.com/microsoft/windows-rs) from 0.51.1 to 0.52.0.
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.51.1...0.52.0)

---
updated-dependencies:
- dependency-name: windows
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent fa1e0e3 commit 94538ac
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 16 deletions.
87 changes: 72 additions & 15 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ skip = [
{ name = "bitflags", version = "=1.3.2" },
{ name = "regex-automata", version = "=0.1.10" },
{ name = "regex-syntax", version = "=0.6.29" },
{ name = "windows_x86_64_gnu", version = "=0.48.5" },
{ name = "windows_x86_64_msvc", version = "=0.48.5" },
{ name = "windows-targets", version = "=0.48.5" },
]

[sources]
Expand Down
2 changes: 1 addition & 1 deletion native-pkcs11-windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license.workspace = true
native-pkcs11-traits = { version = "0.2.0", path = "../native-pkcs11-traits" }

[target.'cfg(target_os="windows")'.dependencies.windows]
version = "0.51.1"
version = "0.52.0"
features = [
"Foundation",
"Foundation_Collections",
Expand Down

0 comments on commit 94538ac

Please sign in to comment.