Update windows-targets requirement from 0.48 to 0.52

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](https://github.com/microsoft/windows-rs/compare/windows-targets-0.48.1...0.52.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-20 04:17:46 +00:00 committed by Dirkjan Ochtman
parent c0f418bbbf
commit 039189c4a1

View File

@ -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" }