Skip to content

Commit

Permalink
Update windows-targets requirement from 0.48 to 0.52
Browse files Browse the repository at this point in the history
Updates the requirements on [windows-targets](https://github.com/microsoft/windows-rs) to permit the latest version.
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@windows-targets-0.48.1...0.52.0)

---
updated-dependencies:
- dependency-name: windows-targets
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and djc committed Nov 20, 2023
1 parent c0f418b commit 039189c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ js-sys = { version = "0.3", optional = true } # contains FFI bindings for


[target.'cfg(windows)'.dependencies]
windows-targets = { version = "0.48", optional = true }
windows-targets = { version = "0.52", optional = true }

[target.'cfg(windows)'.dev-dependencies]
windows-bindgen = { version = "0.51" }
Expand Down

0 comments on commit 039189c

Please sign in to comment.