From 61aab6467cfb99e5878594b0ebd2f2c0e4ec129b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 05:28:56 +0000 Subject: [PATCH] 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](https://github.com/rust-embedded-community/pc-keyboard/compare/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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9caa045..fc392df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -301,9 +301,9 @@ dependencies = [ [[package]] name = "pc-keyboard" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0ad9805165d0672a3efa682cac952870d8b05d98e02e08063ca7db597005338" +checksum = "ed089a1fbffe3337a1a345501c981f1eb1e47e69de5a40e852433e12953c3174" [[package]] name = "pic8259" diff --git a/Cargo.toml b/Cargo.toml index 094e567..b2647ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ num-bigint = { version = "0.4.3", default-features = false } num-traits = { version = "0.2.15", default-features = false } object = { version = "0.29.0", default-features = false, features = ["read"] } pbkdf2 = { version = "0.11.0", default-features = false } -pc-keyboard = "0.6.1" +pc-keyboard = "0.7.0" pic8259 = "0.10.2" rand = { version = "0.8.5", default-features = false } rand_hc = "0.3.1"