From f9b6f967c38581dd1e944db2a15f66d9748f9171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:52:06 +0000 Subject: [PATCH] Bump bytes from 1.6.0 to 1.11.1 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.6.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.6.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 ++-- crates/nq-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fbe3931..1eb609c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -312,9 +312,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.6.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cbc" diff --git a/crates/nq-core/Cargo.toml b/crates/nq-core/Cargo.toml index 19e0ad7..8f65864 100644 --- a/crates/nq-core/Cargo.toml +++ b/crates/nq-core/Cargo.toml @@ -21,4 +21,4 @@ tokio-boring = { workspace = true } tokio-util = { workspace = true } tracing = { workspace = true } rand = "0.9.0-beta.1" -bytes = "1.6.0" \ No newline at end of file +bytes = "1.11.1" \ No newline at end of file