From 63a6c592b3a51fa0d18fc26bf1aeffe475a58ba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 23:07:05 +0000 Subject: [PATCH] build(deps): bump bytes from 1.10.1 to 1.11.0 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] --- Cargo.lock | 4 ++-- crates/dap-codec/Cargo.toml | 2 +- crates/transport/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9181080f..90211a08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -762,9 +762,9 @@ dependencies = [ [[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 = "calloop" diff --git a/crates/dap-codec/Cargo.toml b/crates/dap-codec/Cargo.toml index 4da3e52f..6f6b6615 100644 --- a/crates/dap-codec/Cargo.toml +++ b/crates/dap-codec/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bytes = "1.10.1" +bytes = "1.11.0" dap = { version = "0.4.1-alpha1", features = ["client"] } serde_json = "1.0.145" thiserror = "2.0.17" diff --git a/crates/transport/Cargo.toml b/crates/transport/Cargo.toml index 274c2d3f..afda7c31 100644 --- a/crates/transport/Cargo.toml +++ b/crates/transport/Cargo.toml @@ -9,7 +9,7 @@ edition = "2024" eyre.workspace = true crossbeam-channel.workspace = true tracing.workspace = true -bytes = "1.10.1" +bytes = "1.11.0" oneshot = { version = "0.1.11", default-features = false, features = ["std"] } serde_json.workspace = true serde.workspace = true