mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +01:00
build(deps): bump keyboard-types from 0.8.1 to 0.8.2 (#39599)
Bumps [keyboard-types](https://github.com/rust-windowing/keyboard-types) from 0.8.1 to 0.8.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-windowing/keyboard-types/releases">keyboard-types's releases</a>.</em></p> <blockquote> <h2>v0.8.2</h2> <h2>Added</h2> <ul> <li>Added convenience constructors <code>KeyboardEvent::key_down</code> and <code>KeyboardEvent::key_up</code>: <a href="https://redirect.github.com/rust-windowing/keyboard-types/issues/89">#89</a></li> </ul> <h2>Fixed</h2> <ul> <li>Fixed <code>NumpadEqual</code> and <code>Pause</code> code and <code>Numpad</code> location for WebDriver: <a href="https://redirect.github.com/rust-windowing/keyboard-types/issues/87">#87</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rust-windowing/keyboard-types/compare/v0.8.1...v0.8.2">https://github.com/rust-windowing/keyboard-types/compare/v0.8.1...v0.8.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="1581323887
"><code>1581323</code></a> Release v0.8.2</li> <li><a href="3c6c17e9ee
"><code>3c6c17e</code></a> Add <code>KeyboardEvent::key_down</code> and <code>KeyboardEvent::key_up</code> constructors.</li> <li><a href="4ef7eb287f
"><code>4ef7eb2</code></a> Split <code>lib.rs</code> into multiple files</li> <li><a href="417aaf84ab
"><code>417aaf8</code></a> Fix NumpadEqual and Pause code and location</li> <li><a href="df9265a15a
"><code>df9265a</code></a> Update URLs</li> <li>See full diff in <a href="https://github.com/rust-windowing/keyboard-types/compare/v0.8.1...v0.8.2">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 <yezhizhenjiakang@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
parent
85c70ae90b
commit
4dfad0effd
3 changed files with 3 additions and 9 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4786,9 +4786,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "keyboard-types"
|
||||
version = "0.8.1"
|
||||
version = "0.8.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "53cea01d04c8251f945a9f16c5364da6cdb8bce69a61382663302c62f4186d13"
|
||||
checksum = "ec565a935632f47329ed84336b468fb957e8f10a8ddc614937f0dc1e61765e99"
|
||||
dependencies = [
|
||||
"bitflags 2.9.4",
|
||||
"serde",
|
||||
|
|
|
@ -90,7 +90,7 @@ indexmap = { version = "2.11.4", features = ["std"] }
|
|||
ipc-channel = "0.20.2"
|
||||
itertools = "0.14"
|
||||
js = { package = "mozjs", git = "https://github.com/servo/mozjs" }
|
||||
keyboard-types = { version = "0.8.1", features = ["serde", "webdriver"] }
|
||||
keyboard-types = { version = "0.8.2", features = ["serde", "webdriver"] }
|
||||
kurbo = { version = "0.11.3", features = ["euclid"] }
|
||||
layout_api = { path = "components/shared/layout" }
|
||||
libc = "0.2"
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[key_events.py]
|
||||
[test_special_key_sends_keydown[EQUALS-expected12\]]
|
||||
expected: FAIL
|
||||
|
||||
[test_special_key_sends_keydown[PAUSE-expected45\]]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue