From dbf78b411d1647f48cf4d5cd36a2558002f0755c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:43:52 +0000 Subject: [PATCH] Bump bytes from 1.11.0 to 1.11.1 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.11.0 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.11.0...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bazelfe-bazel-wrapper/Cargo.toml | 2 +- bazelfe-core/Cargo.toml | 2 +- bzl-remote-core/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 629104628..413a4cf52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -788,9 +788,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "bytes-utils" diff --git a/bazelfe-bazel-wrapper/Cargo.toml b/bazelfe-bazel-wrapper/Cargo.toml index b21a5ddaf..5ed48652c 100644 --- a/bazelfe-bazel-wrapper/Cargo.toml +++ b/bazelfe-bazel-wrapper/Cargo.toml @@ -14,7 +14,7 @@ required-features = ["dev-binaries"] async-channel = "2.5.0" async-stream = "0.3.6" async-trait = "0.1.89" -bytes = "1.11.0" +bytes = "1.11.1" ctrlc = "3.5.1" clap = { version = "4.5.53", features = ["derive", "env"] } lazy_static = "1.5.0" diff --git a/bazelfe-core/Cargo.toml b/bazelfe-core/Cargo.toml index 9eea422d7..74c999178 100644 --- a/bazelfe-core/Cargo.toml +++ b/bazelfe-core/Cargo.toml @@ -48,7 +48,7 @@ async-channel = "2.5.0" async-stream = "0.3.6" async-trait = "0.1.89" byteorder = "1.5.0" -bytes = "1.11.0" +bytes = "1.11.1" clap = { version = "4.5.53", features = ["derive", "env"] } ctrlc = "3.5.1" exec = "0.3.1" diff --git a/bzl-remote-core/Cargo.toml b/bzl-remote-core/Cargo.toml index 7eac42a99..50f4443f3 100644 --- a/bzl-remote-core/Cargo.toml +++ b/bzl-remote-core/Cargo.toml @@ -20,7 +20,7 @@ path = "src/binaries/dump_cache_data/app.rs" async-stream = "0.3.6" async-trait = "0.1.89" byteorder = "1.5.0" -bytes = "1.11.0" +bytes = "1.11.1" clap = { version = "4.5.53", features = ["derive", "env"] } base64 = "0.22.1" lazy_static = "1.5.0"