From 50f69f68ca1f06dc01536dd3966545b60f7598fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:34:39 +0000 Subject: [PATCH] Bump bytes from 1.10.1 to 1.11.1 in /ci/rust_http_server Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.10.1 to 1.11.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.10.1...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ci/rust_http_server/Cargo.lock | 4 ++-- ci/rust_http_server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/rust_http_server/Cargo.lock b/ci/rust_http_server/Cargo.lock index 13e18d28..f5ccd48b 100644 --- a/ci/rust_http_server/Cargo.lock +++ b/ci/rust_http_server/Cargo.lock @@ -34,9 +34,9 @@ dependencies = [ [[package]] name = "bytes" -version = "1.10.1" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cc" diff --git a/ci/rust_http_server/Cargo.toml b/ci/rust_http_server/Cargo.toml index b47449af..f9419241 100644 --- a/ci/rust_http_server/Cargo.toml +++ b/ci/rust_http_server/Cargo.toml @@ -10,6 +10,6 @@ hyper = { version = "=1.6.0", default-features = false, features = ["server", "h tokio = { version = "=1.45.0", default-features = false, features = ["macros", "rt", "rt-multi-thread"] } hyper-util = { version = "=0.1.12", features = ["tokio"] } http-body-util = "=0.1.3" -bytes = "=1.10.1" +bytes = "=1.11.1" [workspace]