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

Update pc-keyboard requirement from 0.5.1 to 0.7.0 #58

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Updates the requirements on pc-keyboard to permit the latest version.

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.

v0.6.1 (20 Oct 2022)

  • Fix Control-Letter codes on AZERTY

v0.6.0 (29 Aug 2022)

  • Keyboard::new is now const
  • Layout and Scan Code Set are now const-generics, not arguments
  • Pause/Break and Print Screen now work correctly
  • KeyCode is now non-exhaustive
  • KeyState includes 'SingleShot' for keys with no break code
  • Add Colemak, Dvorak Programmer and DE layouts
  • MSRV increased to Rust 1.61

v0.5.1 (19 Jul 2020)

  • Add Dvorak, JIS and Azerty layouts

v0.5.0 (6 Feb 2019)

  • Support Ctrl+C generating Unicode U+0003, etc.
  • Added tests

v0.4.1 (5 Feb 2019)

  • Support PowerOnTestOk

v0.4.0 (4 Feb 2019)

  • Fixed decoding issues (including Backslash/HashTilde mix-up)

v0.3.1 (16 Nov 2018)

  • Fixed decoding issues
  • Added more tests

v0.3.0 (9 Nov 2018)

  • Fixed Scancode Set 1

... (truncated)

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 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 13, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/pc-keyboard-0.7.0 branch from 359e3f8 to 58acab0 Compare March 11, 2023 18:44
Updates the requirements on [pc-keyboard](https://github.com/rust-embedded-community/pc-keyboard) to permit the latest version.
- [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.5.1...v0.7.0)

---
updated-dependencies:
- dependency-name: pc-keyboard
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/pc-keyboard-0.7.0 branch from 58acab0 to 473129b Compare March 11, 2023 18: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.

None yet

0 participants