From ab706d7631ee62a428fc0208d7d90cb31730fe3f Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 12 Aug 2024 09:37:02 -0700 Subject: [PATCH] dep: update bytes --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e55ae518..aeda8787 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -637,9 +637,9 @@ dependencies = [ [[package]] name = "bytes" -version = "1.6.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] name = "bytes-utils" diff --git a/Cargo.toml b/Cargo.toml index e74bfc54..3796da0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ aws-sdk-s3 = { version = "1.21", optional = true } aws-types = { version = "1.1", optional = true } base64 = { version = "0.22", optional = true } blake2-rfc = "0.2.18" -bytes = "1.5" +bytes = "1.7" cachedir = "0.3" clicolors-control = "1.0" crc32c = { version = "0.6.6", optional = true }