Skip to content

Commit ea18fef

Browse files
chore(deps): bump pc-keyboard from 0.6.1 to 0.7.0
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]>
1 parent 6b79152 commit ea18fef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ futures-util = { version = "0.3", default-features = false, features = ["async-a
5454
# we don't depend on this directly, but we need to ensure that `tracing` uses a
5555
# Miri-compatible version of `once_cell`.
5656
once_cell = { version = "1.15.0", default-features = false }
57-
pc-keyboard = "0.6.1"
57+
pc-keyboard = "0.7.0"
5858
thingbuf = { version = "0.1.3", default_features = false, features = ["static"] }
5959

6060
[dev-dependencies]

0 commit comments

Comments
 (0)