From 26d75ef37fab185e9c054f6bfea0a2665a0d0c84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:27:56 +0000 Subject: [PATCH] Bump bytes from 1.10.1 to 1.11.0 in /pixie-server 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] --- pixie-server/Cargo.lock | 4 ++-- pixie-server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pixie-server/Cargo.lock b/pixie-server/Cargo.lock index 70354430..2d2ee002 100644 --- a/pixie-server/Cargo.lock +++ b/pixie-server/Cargo.lock @@ -217,9 +217,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[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 = "cc" diff --git a/pixie-server/Cargo.toml b/pixie-server/Cargo.toml index 11039f82..944c75ea 100644 --- a/pixie-server/Cargo.toml +++ b/pixie-server/Cargo.toml @@ -23,7 +23,7 @@ hostfile = "1.1.1" hex = "0.4.3" axum = "0.7.2" tower-http = { version = "0.6.6", features = ["fs", "compression-gzip", "auth", "trace"] } -bytes = "1.10.1" +bytes = "1.11.0" http-body-util = "0.1.3" futures = "0.3.30" tokio-stream = { version = "0.1.17", features = ["sync"] }