diff --git a/Cargo.lock b/Cargo.lock index 16f6308c..6ce53e62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1603,9 +1603,9 @@ checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" [[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 = "pci-ids" diff --git a/Cargo.toml b/Cargo.toml index e43ec50f..9b4f6523 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.4", default_features = false, features = ["static"] } [dev-dependencies]