From c65965a84ddd9cdf901d441b960a18e4e3332973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 17:44:37 +0000 Subject: [PATCH] chore(deps): bump thingbuf from 0.1.3 to 0.1.4 (#431) Bumps [thingbuf](https://github.com/hawkw/thingbuf) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/hawkw/thingbuf/releases) - [Changelog](https://github.com/hawkw/thingbuf/blob/main/CHANGELOG.md) - [Commits](hawkw/thingbuf@v0.1.3...v0.1.4) --- updated-dependencies: - dependency-name: thingbuf dependency-type: direct:production update-type: version-update:semver-patch ... 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 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"] }