From 0b79ccd59a2c0b8480741e415983abc4fd7be6f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:52:32 +0000 Subject: [PATCH] Bump bytes from 1.6.0 to 1.6.1 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.6.0 to 1.6.1. - [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.0...v1.6.1) --- updated-dependencies: - dependency-name: bytes 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 3fa9f81..ed1d46a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "bytes" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952" [[package]] name = "bytesize" diff --git a/Cargo.toml b/Cargo.toml index c3b71db..a034361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ tracing = { version = "0.1.37", features = ["release_max_level_debug"] } tracing-core = "0.1.30" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } futures-util = { version = "0.3.30", default-features = false, features = ["std"] } -bytes = "1.6.0" +bytes = "1.6.1" flate2 = { version = "1.0.17", features = ["zlib-ng"], default-features = false } object_store = { version = "0.10.1", features = ["aws", "gcp", "azure"] } async-trait = "0.1.80"