From ac281c123e3779add34074a5e2ab1d66f5587743 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 04:28:39 +0000 Subject: [PATCH] --- 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 2d608c5f984260..a5b71846c16d18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1116,9 +1116,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" +checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "bytesize" diff --git a/Cargo.toml b/Cargo.toml index 8623366d822105..622a9bf383048e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -168,7 +168,7 @@ byte-unit = "4.0.19" bytecount = "0.6.7" bytemuck = "1.14.3" byteorder = "1.5.0" -bytes = "1.5" +bytes = "1.6" bzip2 = "0.4.4" caps = "0.5.5" cargo_metadata = "0.15.4"