From 4cfa10ae3fbeb0b6f03b7b756a09a44a5c146da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:55:12 +0000 Subject: [PATCH] build(deps): bump bytes in /libsql-sqlite3/ext/crr/rs/bundle Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.5.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.5.0...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- libsql-sqlite3/ext/crr/rs/bundle/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsql-sqlite3/ext/crr/rs/bundle/Cargo.lock b/libsql-sqlite3/ext/crr/rs/bundle/Cargo.lock index e1f4bdb012..55a6687f09 100644 --- a/libsql-sqlite3/ext/crr/rs/bundle/Cargo.lock +++ b/libsql-sqlite3/ext/crr/rs/bundle/Cargo.lock @@ -39,9 +39,9 @@ checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" [[package]] name = "bytes" -version = "1.5.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cexpr"