From 1d4bbc92a5e67e1811db592285a982be2baf4b52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:37:47 +0000 Subject: [PATCH] chore(deps): Bump bytes from 1.6.1 to 1.7.0 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.6.1 to 1.7.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.6.1...v1.7.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 fe9e7ae..1e4ef13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,9 +103,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "bytes" -version = "1.6.1" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952" +checksum = "fca2be1d5c43812bae364ee3f30b3afcb7877cf59f4aeb94c66f313a41d2fac9" [[package]] name = "cc" diff --git a/Cargo.toml b/Cargo.toml index f596ddb..977f963 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ exclude = ["testdata"] [dependencies] anyhow = { version = "1.0", features = ["std"] } -bytes = { version = "1.6", default-features = false } +bytes = { version = "1.7", default-features = false } chrono = { version = "0.4", features = ["clock", "serde"], default-features = false } clap = { version = "4.5", features = ["derive", "env", "help", "std", "usage"], default-features = false } hex = { version = "0.4.3", features = ["alloc"], default-features = false }