build(deps): bump windows-sys from 0.52.0 to 0.59.0 (#32982)

* build(deps): bump windows-sys from 0.52.0 to 0.59.0

Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.52.0 to 0.59.0.
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/compare/0.52.0...0.59.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* fix GetDC call to match api change

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
dependabot[bot] 2024-08-09 06:33:26 +00:00 committed by GitHub
parent 4eae4e29fa
commit c6a6319502
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View file

@ -3920,7 +3920,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [
"cfg-if",
"windows-targets 0.52.6",
"windows-targets 0.48.5",
]
[[package]]
@ -6087,7 +6087,7 @@ dependencies = [
"libc",
"tikv-jemalloc-sys",
"tikv-jemallocator",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
]
[[package]]
@ -6218,7 +6218,7 @@ dependencies = [
"url",
"vergen",
"webxr",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
"winit",
"winres",
]