From 751d1b57f2e1141d72a5d835d5711be0c980bb5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 21:47:15 +0000 Subject: [PATCH] build(deps): bump bytes from 1.11.1 to 1.12.1 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.11.1 to 1.12.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.11.1...v1.12.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.12.1 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 e31f83c..c05d448 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -567,9 +567,9 @@ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" [[package]] name = "bytes" -version = "1.11.1" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" +checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 92ab632..6c30add 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ aws-msrv-pins = [ [dependencies] async-trait = "=0.1.89" base64 = "=0.22.1" -bytes = { version = "=1.11.1", features = ["serde"] } +bytes = { version = "=1.12.1", features = ["serde"] } enumset = { version = "=1.1.5", features = ["serde"] } futures = "=0.3.32" parking_lot = { version = "=0.12.3", features = ["send_guard"] }