Skip to content

Commit

Permalink
chore(deps): bump pc-keyboard from 0.6.1 to 0.7.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Apr 13, 2023
1 parent 6b79152 commit ea18fef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ futures-util = { version = "0.3", default-features = false, features = ["async-a
# we don't depend on this directly, but we need to ensure that `tracing` uses a
# Miri-compatible version of `once_cell`.
once_cell = { version = "1.15.0", default-features = false }
pc-keyboard = "0.6.1"
pc-keyboard = "0.7.0"
thingbuf = { version = "0.1.3", default_features = false, features = ["static"] }

[dev-dependencies]
Expand Down

0 comments on commit ea18fef

Please sign in to comment.