From 74e4133f2413827b341b52cf9cf095e2bebc2f3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 05:02:40 +0000 Subject: [PATCH] Bump bytes from 1.1.0 to 1.4.0 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.1.0 to 1.4.0. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.1.0...v1.4.0) --- updated-dependencies: - dependency-name: bytes 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 446c095..1ec3759 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,9 +129,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.1.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" +checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" [[package]] name = "cast" diff --git a/Cargo.toml b/Cargo.toml index 3b030d3..ed59333 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ ieee802154 = { version = "0.3.0" } log = "0.4.17" heapless = "0.7.10" rand_core = { version = "0.6.3", default-features = false, features = [ "getrandom" ] } -bytes = { version = "1.0.1", default-features = false } +bytes = { version = "1.4.0", default-features = false } byteorder = { version = "1.4.3", default-features = false } defmt = { version = "0.3.2", optional = true } bitflags = "1.2.1"