From 8277437851f40e0c39de5e064e3298eb61c9be1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 11:05:22 +0000 Subject: [PATCH] Bump bytes from 1.10.1 to 1.11.0 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.10.1 to 1.11.0. - [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.10.1...v1.11.0) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.0 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 53722efb..9ed79e54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -193,9 +193,9 @@ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" [[package]] name = "bytes" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" +checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" [[package]] name = "camino" diff --git a/Cargo.toml b/Cargo.toml index 399418e6..cb0ee534 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ progenitor-macro = { version = "0.11.2", path = "progenitor-macro" } anyhow = "1.0.100" assert_cmd = "2.1.1" base64 = "0.22.1" -bytes = "1.10.1" +bytes = "1.11.0" chrono = { version = "0.4.42", default-features = false, features = ["serde"] } clap = { version = "4.5.51" } clap-cargo = "0.18.3"