mirror of
https://github.com/servo/servo.git
synced 2025-09-05 20:48:22 +01:00
build(deps): bump windows-sys from 0.59.0 to 0.61.0 (#39156)
Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.59.0 to 0.61.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/windows-rs/releases">windows-sys's releases</a>.</em></p> <blockquote> <h2>61</h2> <p>Major crate updates:</p> <ul> <li><code>windows</code> 0.59.0</li> <li><code>windows-core</code> 0.59.0 <ul> <li><code>windows-implement</code> 0.59.0</li> <li><code>windows-interface</code> 0.59.0</li> </ul> </li> <li><code>windows-targets</code> 0.53.0 <ul> <li><code>windows_i686_msvc</code> 0.53.0</li> <li><code>windows_x86_64_msvc</code> 0.53.0</li> <li><code>windows_aarch64_msvc</code> 0.53.0</li> <li><code>windows_i686_gnu</code> 0.53.0</li> <li><code>windows_x86_64_gnu</code> 0.53.0</li> <li><code>windows_i686_gnullvm</code> 0.53.0</li> <li><code>windows_x86_64_gnullvm</code> 0.53.0</li> <li><code>windows_aarch64_gnullvm</code> 0.53.0</li> </ul> </li> <li><code>windows-bindgen</code> 0.59.0</li> <li><code>windows-registry</code> 0.4.0</li> <li><code>windows-result</code> 0.3.0</li> <li><code>windows-strings</code> 0.3.0</li> <li><code>cppwinrt</code> 0.2.0</li> </ul> <p>Minor crate updates:</p> <ul> <li><code>windows-version</code> 0.1.2</li> </ul> <p>Excluded:</p> <ul> <li><code>windows-sys</code> 0.59.0</li> </ul> <p>Things to keep in mind:</p> <ul> <li> <p>The tag/release names no longer map directly to the crate versions, so to <a href="https://github.com/microsoft/windows-rs/tree/master/crates/samples">find samples</a> for a particular release requires looking at <a href="https://github.com/microsoft/windows-rs/releases">the releases</a> page and finding the release that most recently updated a particular crate.</p> </li> <li> <p>The <code>windows-bindgen</code> crate includes the major code generation overhaul that brings many improvements - be sure to check out the PR description for more information. The resulting code gen depends on the new version of <code>windows-core</code> and its dependencies, unless you include the <code>--sys</code> option. <a href="https://redirect.github.com/microsoft/windows-rs/issues/3359">#3359</a></p> </li> <li> <p>The <code>cppwinrt</code> crate constitutes a major update due to streamlining the error handling. <a href="https://redirect.github.com/microsoft/windows-rs/issues/3415">#3415</a></p> </li> <li> <p>The <code>windows-registry</code>, <code>windows-strings,</code> and <code>windows-result</code> crates are also major version updates since they include small breaking changes.</p> </li> <li> <p>The <code>windows-targets</code> crate finally receives a major version update, the first in over a year. This is due to <a href="https://redirect.github.com/microsoft/windows-rs/issues/3359">#3359</a> and <a href="https://redirect.github.com/microsoft/windows-rs/issues/3342">#3342</a> potentially introducing breaking changes. Although unlikely, these updates introduced sufficient changes that make it hard to ensure that the <code>windows-targets</code> libs don't break existing code. As we're updating <code>windows-targets</code> anyway, I took the liberty to bump the MSRV to 1.60 - to match the latest version of <code>windows-sys</code> - and remove the old but unused doc macro feature. Both remained for compatibility with very old dependents of the <code>windows-targets</code> crate.</p> </li> <li> <p>The <code>windows-version</code> crate receives a minor update to update its dependency on the <code>windows-targets</code> crate.</p> </li> <li> <p>Beyond these specifics, this update is the culmination of around 6 months worth of work on the <code>windows-rs</code> project. The biggest improvements comes from the new code generation engine, but many other improvements are now also available for production. This includes support for many new lints, warnings, and suggestions provided by the Rust toolchain; much smaller code gen thanks to deriving many more traits; more efficient code gen; major improvements to WinRT type system and implementation support; more robust and consistent error handling; stock collection and async support; improved support for class hierarchies; and much more!</p> </li> </ul> <p>In addition to "what's changed" below, check out what's changed for notes for <a href="https://github.com/microsoft/windows-rs/releases/tag/0.60.0">0.60.0</a> and <a href="https://github.com/microsoft/windows-rs/releases/tag/0.59.0">0.59.0</a> for additional changes that roll up to the crates published as part of this release.</p> <h2>What's Changed</h2> <ul> <li>Remove improper_ctypes workaround by <a href="https://github.com/ChrisDenton"><code>@ChrisDenton</code></a> in <a href="https://redirect.github.com/microsoft/windows-rs/pull/3296">microsoft/windows-rs#3296</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="5888c8c472
"><code>5888c8c</code></a> Release 0.61.0 (<a href="https://redirect.github.com/microsoft/windows-rs/issues/3418">#3418</a>)</li> <li><a href="9911fee2a9
"><code>9911fee</code></a> Improve feature search UX, add dark mode, and update deps (<a href="https://redirect.github.com/microsoft/windows-rs/issues/3422">#3422</a>)</li> <li><a href="eed74532cd
"><code>eed7453</code></a> Update GitHub Actions runners (<a href="https://redirect.github.com/microsoft/windows-rs/issues/3423">#3423</a>)</li> <li><a href="284f18906a
"><code>284f189</code></a> Avoid <code>transmute</code> where possible (<a href="https://redirect.github.com/microsoft/windows-rs/issues/3421">#3421</a>)</li> <li><a href="b35dfd1470
"><code>b35dfd1</code></a> Update web workflow to use external origin (<a href="https://redirect.github.com/microsoft/windows-rs/issues/3420">#3420</a>)</li> <li><a href="3566fca8c5
"><code>3566fca</code></a> Fix provenance in direct32 sample (<a href="https://redirect.github.com/microsoft/windows-rs/issues/3419">#3419</a>)</li> <li><a href="382ea566c2
"><code>382ea56</code></a> Use <code>track_caller</code> to make debugging <code>cppwinrt</code> build script errors easier (#...</li> <li><a href="f09c13292a
"><code>f09c132</code></a> Shorten sample crate names (<a href="https://redirect.github.com/microsoft/windows-rs/issues/3416">#3416</a>)</li> <li><a href="5e8ce09c70
"><code>5e8ce09</code></a> <code>cppwinrt</code> should consistently panic on failure (<a href="https://redirect.github.com/microsoft/windows-rs/issues/3415">#3415</a>)</li> <li><a href="d02c977dc8
"><code>d02c977</code></a> Detect unsupported array parameters (<a href="https://redirect.github.com/microsoft/windows-rs/issues/3402">#3402</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/windows-rs/compare/0.59.0...0.61.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Euclid Ye <euclid.ye@huawei.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Euclid Ye <euclid.ye@huawei.com>
This commit is contained in:
parent
ed66e0b0ca
commit
0d58c2be76
3 changed files with 37 additions and 21 deletions
55
Cargo.lock
generated
55
Cargo.lock
generated
|
@ -384,7 +384,7 @@ dependencies = [
|
|||
"objc2-foundation 0.3.1",
|
||||
"parking_lot",
|
||||
"percent-encoding",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.52.0",
|
||||
"x11rb",
|
||||
]
|
||||
|
||||
|
@ -780,7 +780,7 @@ dependencies = [
|
|||
"servo_malloc_size_of",
|
||||
"time",
|
||||
"webrender_api",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.61.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1339,7 +1339,7 @@ dependencies = [
|
|||
"num-traits",
|
||||
"serde",
|
||||
"wasm-bindgen",
|
||||
"windows-link",
|
||||
"windows-link 0.1.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -2146,7 +2146,7 @@ dependencies = [
|
|||
"libc",
|
||||
"option-ext",
|
||||
"redox_users",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.61.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -2550,7 +2550,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -3171,7 +3171,7 @@ dependencies = [
|
|||
"gobject-sys",
|
||||
"libc",
|
||||
"system-deps 7.0.5",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -4676,7 +4676,7 @@ checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
|
|||
dependencies = [
|
||||
"hermit-abi",
|
||||
"libc",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -7188,7 +7188,7 @@ dependencies = [
|
|||
"errno",
|
||||
"libc",
|
||||
"linux-raw-sys 0.4.15",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -7201,7 +7201,7 @@ dependencies = [
|
|||
"errno",
|
||||
"libc",
|
||||
"linux-raw-sys 0.9.4",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -7865,7 +7865,7 @@ dependencies = [
|
|||
"libc",
|
||||
"tikv-jemalloc-sys",
|
||||
"tikv-jemallocator",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.61.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -8033,7 +8033,7 @@ dependencies = [
|
|||
"tracing-subscriber",
|
||||
"url",
|
||||
"webdriver_server",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.61.0",
|
||||
"winit",
|
||||
"winres",
|
||||
"xcomponent-sys",
|
||||
|
@ -8653,7 +8653,7 @@ dependencies = [
|
|||
"getrandom 0.3.3",
|
||||
"once_cell",
|
||||
"rustix 1.0.8",
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -10180,7 +10180,7 @@ version = "0.1.10"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22"
|
||||
dependencies = [
|
||||
"windows-sys 0.59.0",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -10208,7 +10208,7 @@ dependencies = [
|
|||
"windows-collections",
|
||||
"windows-core 0.61.2",
|
||||
"windows-future",
|
||||
"windows-link",
|
||||
"windows-link 0.1.3",
|
||||
"windows-numerics",
|
||||
]
|
||||
|
||||
|
@ -10242,7 +10242,7 @@ checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
|
|||
dependencies = [
|
||||
"windows-implement 0.60.0",
|
||||
"windows-interface 0.59.1",
|
||||
"windows-link",
|
||||
"windows-link 0.1.3",
|
||||
"windows-result 0.3.4",
|
||||
"windows-strings 0.4.2",
|
||||
]
|
||||
|
@ -10254,7 +10254,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
|
||||
dependencies = [
|
||||
"windows-core 0.61.2",
|
||||
"windows-link",
|
||||
"windows-link 0.1.3",
|
||||
"windows-threading",
|
||||
]
|
||||
|
||||
|
@ -10308,6 +10308,12 @@ version = "0.1.3"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
||||
|
||||
[[package]]
|
||||
name = "windows-link"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
|
||||
|
||||
[[package]]
|
||||
name = "windows-numerics"
|
||||
version = "0.2.0"
|
||||
|
@ -10315,7 +10321,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
|
||||
dependencies = [
|
||||
"windows-core 0.61.2",
|
||||
"windows-link",
|
||||
"windows-link 0.1.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -10333,7 +10339,7 @@ version = "0.3.4"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
|
||||
dependencies = [
|
||||
"windows-link",
|
||||
"windows-link 0.1.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -10352,7 +10358,7 @@ version = "0.4.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
|
||||
dependencies = [
|
||||
"windows-link",
|
||||
"windows-link 0.1.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -10382,6 +10388,15 @@ dependencies = [
|
|||
"windows-targets 0.52.6",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "windows-sys"
|
||||
version = "0.61.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
|
||||
dependencies = [
|
||||
"windows-link 0.2.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "windows-targets"
|
||||
version = "0.42.2"
|
||||
|
@ -10419,7 +10434,7 @@ version = "0.1.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
|
||||
dependencies = [
|
||||
"windows-link",
|
||||
"windows-link 0.1.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
@ -179,7 +179,7 @@ webxr-api = { path = "components/shared/webxr" }
|
|||
wgpu-core = "25"
|
||||
wgpu-types = "25"
|
||||
winapi = "0.3"
|
||||
windows-sys = "0.59"
|
||||
windows-sys = "0.61"
|
||||
winit = "0.30.12"
|
||||
wio = "0.2"
|
||||
wr_malloc_size_of = { git = "https://github.com/servo/webrender", branch = "0.67" }
|
||||
|
|
|
@ -105,6 +105,7 @@ skip = [
|
|||
"windows",
|
||||
"windows-implement",
|
||||
"windows-interface",
|
||||
"windows-link",
|
||||
"windows-result",
|
||||
|
||||
# Duplicated by winit.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue