From 91c27f71ab798b4c88cf23a615588ac5aaa0d282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 12:26:57 +0000 Subject: [PATCH] chore(deps): bump bytes from 1.9.0 to 1.10.1 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.9.0 to 1.10.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.9.0...v1.10.1) --- 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 1998203..3261c68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -608,9 +608,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.9.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" +checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" [[package]] name = "bytes-utils" diff --git a/Cargo.toml b/Cargo.toml index fa356f5..99c5760 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ aws-smithy-types-convert = { version = "0.60", features = ["convert-chrono"] } aws-types = { version = "1.1.1", features = [] } base64 = "0.21.0" byte-unit = { version = "4" } -bytes = "1.4.0" +bytes = "1.10.1" chrono = "0.4.22" clap = { version = "4", features = ["derive"] } color-eyre = "0.6.2"