From 0607664c4d11f69f350971b097f4ae11a5819efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:54:55 +0000 Subject: [PATCH] Bump bytes from 1.7.1 to 1.11.1 Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.7.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.7.1...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- mongo-protocol/Cargo.toml | 2 +- proxy/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c879395..d58b926 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -144,9 +144,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.7.1" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cc" diff --git a/mongo-protocol/Cargo.toml b/mongo-protocol/Cargo.toml index 700684b..d8c8ccc 100644 --- a/mongo-protocol/Cargo.toml +++ b/mongo-protocol/Cargo.toml @@ -15,5 +15,5 @@ bson = "1.1" byteorder = "1.3" tokio = { version = "1.34", features = ["macros", "io-util"], optional = true } async-bson = { path = "../async-bson" } -bytes = "1.7.1" +bytes = "1.11.1" tracing-test = "0.2.5" diff --git a/proxy/Cargo.toml b/proxy/Cargo.toml index dd4aba6..48e7588 100644 --- a/proxy/Cargo.toml +++ b/proxy/Cargo.toml @@ -15,7 +15,7 @@ bson = '1.1' tokio = { version = "1.34", features = ["rt-multi-thread", "net", "macros", "io-util", "sync" ] } tokio-util = { version = '0.6', features = ["io"] } tokio-stream = '0.1' -bytes = '1.0' +bytes = '1.11' tracing = "0.1" tracing-subscriber = "0.2" tracing-futures = "0.2"