mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
build(deps): bump winit from 0.30.9 to 0.30.10 (#36777)
Bumps [winit](https://github.com/rust-windowing/winit) from 0.30.9 to 0.30.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-windowing/winit/releases">winit's releases</a>.</em></p> <blockquote> <h2>Winit version 0.30.10</h2> <h3>Added</h3> <ul> <li>On Windows, add <code>IconExtWindows::from_resource_name</code>.</li> <li>On Windows, add <code>CursorGrabMode::Locked</code>.</li> <li>On Wayland, add <code>WindowExtWayland::xdg_toplevel</code>.</li> </ul> <h3>Changed</h3> <ul> <li>On macOS, no longer need control of the main <code>NSApplication</code> class (which means you can now override it yourself).</li> <li>On iOS, remove custom application delegates. You are now allowed to override the application delegate yourself.</li> <li>On iOS, no longer act as-if the application successfully open all URLs. Override <code>application:didFinishLaunchingWithOptions:</code> and provide the desired behaviour yourself.</li> </ul> <h3>Fixed</h3> <ul> <li>On Windows, fixed ~500 ms pause when clicking the title bar during continuous redraw.</li> <li>On macOS, <code>WindowExtMacOS::set_simple_fullscreen</code> now honors <code>WindowExtMacOS::set_borderless_game</code></li> <li>On X11 and Wayland, fixed pump_events with <code>Some(Duration::Zero)</code> blocking with <code>Wait</code> polling mode</li> <li>On Wayland, fixed a crash when consequently calling <code>set_cursor_grab</code> without pointer focus.</li> <li>On Wayland, ensure that external event loop is woken-up when using pump_events and integrating via <code>FD</code>.</li> <li>On Wayland, apply fractional scaling to custom cursors.</li> <li>On macOS, fixed <code>run_app_on_demand</code> returning without closing open windows.</li> <li>On macOS, fixed <code>VideoMode::refresh_rate_millihertz</code> for fractional refresh rates.</li> <li>On macOS, store monitor handle to avoid panics after going in/out of sleep.</li> <li>On macOS, allow certain invalid monitor handles and return <code>None</code> instead of panicking.</li> <li>On Windows, fixed <code>Ime::Preedit</code> cursor offset calculation.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="2385410366
"><code>2385410</code></a> Winit version 0.30.10</li> <li><a href="6db1343c0b
"><code>6db1343</code></a> wayland: bump wayland-rs to avoid yanked release</li> <li><a href="a26899a75d
"><code>a26899a</code></a> windows: fix incorrect cursor_range calculation in Ime::Preedit</li> <li><a href="80bddda641
"><code>80bddda</code></a> macOS: Fix monitors connected via certain Thunderbolt hubs</li> <li><a href="5f1e9f6cc1
"><code>5f1e9f6</code></a> macOS: Store UUID in MonitorHandle instead of CGDirectDisplayID</li> <li><a href="57baf72741
"><code>57baf72</code></a> Allow the user to register the application delegate on iOS</li> <li><a href="da7a09658a
"><code>da7a096</code></a> fix: Support fractional refresh rates in video modes on macOS (<a href="https://redirect.github.com/rust-windowing/winit/issues/4191">#4191</a>)</li> <li><a href="53321dc6f5
"><code>53321dc</code></a> Swizzle sendEvent: instead of subclassing NSApplication</li> <li><a href="6556cde246
"><code>6556cde</code></a> macOS: Close windows automatically when exiting</li> <li><a href="7672fd5657
"><code>7672fd5</code></a> wayland: support fractional scale for custom cursor</li> <li>Additional commits viewable in <a href="https://github.com/rust-windowing/winit/compare/v0.30.9...v0.30.10">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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3d1dd482df
commit
3bef0161fe
2 changed files with 14 additions and 14 deletions
26
Cargo.lock
generated
26
Cargo.lock
generated
|
@ -1065,7 +1065,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"windows-sys 0.48.0",
|
||||
"windows-sys 0.59.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -3421,7 +3421,7 @@ dependencies = [
|
|||
"js-sys",
|
||||
"log",
|
||||
"wasm-bindgen",
|
||||
"windows-core 0.57.0",
|
||||
"windows-core 0.58.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -8279,9 +8279,9 @@ checksum = "6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49"
|
|||
|
||||
[[package]]
|
||||
name = "wayland-backend"
|
||||
version = "0.3.9"
|
||||
version = "0.3.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c2bea670be0e24795f39416e5461ccef0185b47df2749ed2b226b8a7557ac871"
|
||||
checksum = "fe770181423e5fc79d3e2a7f4410b7799d5aab1de4372853de3c6aa13ca24121"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"downcast-rs",
|
||||
|
@ -8293,9 +8293,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wayland-client"
|
||||
version = "0.31.8"
|
||||
version = "0.31.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c2120de3d33638aaef5b9f4472bff75f07c56379cf76ea320bd3a3d65ecaf73f"
|
||||
checksum = "978fa7c67b0847dbd6a9f350ca2569174974cd4082737054dbb7fbb79d7d9a61"
|
||||
dependencies = [
|
||||
"bitflags 2.9.0",
|
||||
"rustix",
|
||||
|
@ -8327,9 +8327,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wayland-protocols"
|
||||
version = "0.32.6"
|
||||
version = "0.32.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0781cf46869b37e36928f7b432273c0995aa8aed9552c556fb18754420541efc"
|
||||
checksum = "779075454e1e9a521794fed15886323ea0feda3f8b0fc1390f5398141310422a"
|
||||
dependencies = [
|
||||
"bitflags 2.9.0",
|
||||
"wayland-backend",
|
||||
|
@ -8339,9 +8339,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wayland-protocols-plasma"
|
||||
version = "0.3.6"
|
||||
version = "0.3.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7ccaacc76703fefd6763022ac565b590fcade92202492381c95b2edfdf7d46b3"
|
||||
checksum = "4fd38cdad69b56ace413c6bcc1fbf5acc5e2ef4af9d5f8f1f9570c0c83eae175"
|
||||
dependencies = [
|
||||
"bitflags 2.9.0",
|
||||
"wayland-backend",
|
||||
|
@ -8801,7 +8801,7 @@ version = "0.1.9"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
||||
dependencies = [
|
||||
"windows-sys 0.48.0",
|
||||
"windows-sys 0.59.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -9149,9 +9149,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|||
|
||||
[[package]]
|
||||
name = "winit"
|
||||
version = "0.30.9"
|
||||
version = "0.30.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a809eacf18c8eca8b6635091543f02a5a06ddf3dad846398795460e6e0ae3cc0"
|
||||
checksum = "b0d05bd8908e14618c9609471db04007e644fd9cce6529756046cfc577f9155e"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"android-activity",
|
||||
|
|
|
@ -121,7 +121,7 @@ serde_json = { workspace = true }
|
|||
servo_allocator = { path = "../../components/allocator" }
|
||||
shellwords = "1.0.0"
|
||||
surfman = { workspace = true, features = ["sm-raw-window-handle-06", "sm-x11"] }
|
||||
winit = "0.30.9"
|
||||
winit = "0.30.10"
|
||||
|
||||
[target.'cfg(any(all(target_os = "linux", not(target_env = "ohos")), target_os = "macos"))'.dependencies]
|
||||
sig = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue