From 4dfad0effd1b1780a3bf31c485034e9cd79b01cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 05:07:23 +0000 Subject: [PATCH] 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.
Release notes

Sourced from keyboard-types's releases.

v0.8.2

Added

Fixed

Full Changelog: https://github.com/rust-windowing/keyboard-types/compare/v0.8.1...v0.8.2

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=keyboard-types&package-manager=cargo&previous-version=0.8.1&new-version=0.8.2)](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) ---
Dependabot commands and options
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 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)
--------- Signed-off-by: dependabot[bot] Signed-off-by: Euclid Ye Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Euclid Ye --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- .../tests/classic/perform_actions/key_events.py.ini | 6 ------ 3 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 tests/wpt/meta/webdriver/tests/classic/perform_actions/key_events.py.ini diff --git a/Cargo.lock b/Cargo.lock index 7de7e37c93e..bd64e9d3f2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 8fd94de366f..a14731b858a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/tests/wpt/meta/webdriver/tests/classic/perform_actions/key_events.py.ini b/tests/wpt/meta/webdriver/tests/classic/perform_actions/key_events.py.ini deleted file mode 100644 index 65e380e9555..00000000000 --- a/tests/wpt/meta/webdriver/tests/classic/perform_actions/key_events.py.ini +++ /dev/null @@ -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