Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump pc-keyboard from 0.6.1 to 0.7.0 #422

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2023

Bumps pc-keyboard from 0.6.1 to 0.7.0.

Changelog

Sourced from pc-keyboard's changelog.

v0.7.0 (12 Feb 2022)

  • Changed ordering of enum KeyCode and names of several of the keys
  • Made 'enum KeyCode' FFI safe
  • Support the mysterious 'Right Control 2' and 'Right Alt 2' so that Pause/Break and Print Screen do the right thing.
  • Fix the Backslash/Tilde swap on the UK Layout.
  • Added split PS/2 Decoder, Scancode interpreter and Event Decoder objects
  • Added example code
  • Improved docs - ASCII-art diagrams of ISO 102/105, ANSI 101/104 and JIS 106/109 keyboards.
Commits
  • 90a48f1 Fix bad keyword.
  • 5b64609 Merge pull request #32 from rust-embedded-community/release/0.7.0
  • f79db2f Bump to 0.7.0
  • c28896e Merge pull request #33 from rust-embedded-community/moredocs
  • e0afc98 Adjust JIS OemX keys.
  • 65f3e76 Remove inaccurate comment.
  • 957ad41 Add Scancode Set 2 for extra JIS-109 keys
  • a0af24c Add media keys to Scancode Set 2.
  • 2de2c56 Better keyboard pictures, and a scancode table.
  • 270162d Ensure modifiers are passed through.
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 10, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/pc-keyboard-0.7.0 branch 2 times, most recently from ea18fef to 0e58762 Compare April 20, 2023 15:59
@dependabot dependabot bot force-pushed the dependabot/cargo/pc-keyboard-0.7.0 branch 3 times, most recently from df50e54 to a57a249 Compare May 8, 2023 17:32
Bumps [pc-keyboard](https://github.com/rust-embedded-community/pc-keyboard) from 0.6.1 to 0.7.0.
- [Release notes](https://github.com/rust-embedded-community/pc-keyboard/releases)
- [Changelog](https://github.com/rust-embedded-community/pc-keyboard/blob/main/CHANGELOG.md)
- [Commits](rust-embedded-community/pc-keyboard@v0.6.1...v0.7.0)

---
updated-dependencies:
- dependency-name: pc-keyboard
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/pc-keyboard-0.7.0 branch from a57a249 to d461ba5 Compare May 8, 2023 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants