From 9b667904ba0de43b2a2074780453b050b79c1606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 03:43:05 +0000 Subject: [PATCH] Bump bytes from 1.7.1 to 1.8.0 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.7.1 to 1.8.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.7.1...v1.8.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 6ba1637f5f..deb83e187b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1172,9 +1172,9 @@ checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" [[package]] name = "bytes" -version = "1.7.1" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" +checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" [[package]] name = "bytes-utils" diff --git a/Cargo.toml b/Cargo.toml index ee0d16b41e..bf8ef7bdea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -188,7 +188,7 @@ async-compression = {version = "0.4.12", features = [ async-stream = "0.3.6" async-trait = "0.1.79" base64 = "0.22.1" -bytes = "1.6.0" +bytes = "1.8.0" chrono = "0.4.38" chrono-tz = "0.10.0" comfy-table = "7.1.1"