From 1708b9e72a79fe9335855ce314c2e233e9a3a987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:48:07 +0000 Subject: [PATCH] build(deps): bump bytes Bumps the cargo group with 1 update in the /examples/rust/actix_api directory: [bytes](https://github.com/tokio-rs/bytes). Updates `bytes` from 1.8.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.8.0...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- examples/rust/actix_api/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/rust/actix_api/Cargo.lock b/examples/rust/actix_api/Cargo.lock index 9eddb52a9..30bd3f0ef 100644 --- a/examples/rust/actix_api/Cargo.lock +++ b/examples/rust/actix_api/Cargo.lock @@ -422,9 +422,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.8.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "bytestring"