From 1357bbfd69869c68aed8e6727d89c9c29d7d1eed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:15:01 +0000 Subject: [PATCH] Bump bytes from 1.9.0 to 1.11.1 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.9.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.9.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 ++-- libs/axum-ws-extractor/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b863a79..97db34d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,9 +370,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.9.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cc" diff --git a/libs/axum-ws-extractor/Cargo.toml b/libs/axum-ws-extractor/Cargo.toml index 0607e64..44c8c3a 100644 --- a/libs/axum-ws-extractor/Cargo.toml +++ b/libs/axum-ws-extractor/Cargo.toml @@ -8,7 +8,7 @@ version.workspace = true axum = { version = "0.7.9", features = ["ws", "macros"] } axum-core = { version = "0.5.0" } base64 = { version = "0.22.1" } -bytes = { version = "1.9.0" } +bytes = { version = "1.11.1" } futures-util = { version = "0.3.31", default-features = false, features = ["alloc"] } http = { version = "1.2.0" } hyper = { version = "1.5.2" }