From 50b05a4e41c0d481519d938b17d01689bb1af337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:05:05 +0000 Subject: [PATCH] Bump bytes from 1.6.0 to 1.11.1 in /patched-vscode/cli 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] --- patched-vscode/cli/Cargo.lock | 6 +++--- patched-vscode/cli/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/patched-vscode/cli/Cargo.lock b/patched-vscode/cli/Cargo.lock index 3be3815a7..45f9ba3b1 100644 --- a/patched-vscode/cli/Cargo.lock +++ b/patched-vscode/cli/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" @@ -331,9 +331,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 = "cc" diff --git a/patched-vscode/cli/Cargo.toml b/patched-vscode/cli/Cargo.toml index b820ffcc5..9a48f4726 100644 --- a/patched-vscode/cli/Cargo.toml +++ b/patched-vscode/cli/Cargo.toml @@ -52,7 +52,7 @@ thiserror = "1.0.40" cfg-if = "1.0.0" pin-project = "1.1.0" console = "0.15.7" -bytes = "1.4.0" +bytes = "1.11.1" tar = "0.4.38" [build-dependencies]