From 7aef94dbc89e95618a570223c1807a8f23272008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:35:37 +0000 Subject: [PATCH] Bump bytes from 1.9.0 to 1.11.1 in /crates/next-error-code-swc-plugin 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: indirect ... Signed-off-by: dependabot[bot] --- crates/next-error-code-swc-plugin/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/next-error-code-swc-plugin/Cargo.lock b/crates/next-error-code-swc-plugin/Cargo.lock index 661ab3ef1eabb6..42afc33b376409 100644 --- a/crates/next-error-code-swc-plugin/Cargo.lock +++ b/crates/next-error-code-swc-plugin/Cargo.lock @@ -159,9 +159,9 @@ dependencies = [ [[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 = "camino"