diff --git a/Cargo.lock b/Cargo.lock index f53307ee..16f6308c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2181,9 +2181,9 @@ dependencies = [ [[package]] name = "thingbuf" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bee2d290fe0db0225026350bc1f0bd02b2daad43b09b56780e29e549effcd54a" +checksum = "4706f1bfb859af03f099ada2de3cea3e515843c2d3e93b7893f16d94a37f9415" dependencies = [ "pin-project", ] diff --git a/Cargo.toml b/Cargo.toml index 56c66fe1..e43ec50f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ futures-util = { version = "0.3", default-features = false, features = ["async-a # Miri-compatible version of `once_cell`. once_cell = { version = "1.15.0", default-features = false } pc-keyboard = "0.6.1" -thingbuf = { version = "0.1.3", default_features = false, features = ["static"] } +thingbuf = { version = "0.1.4", default_features = false, features = ["static"] } [dev-dependencies] mycotest = { path = "mycotest", features = ["runner"] }