From 673891de2f34206b8fb8eb59c661500a332e5103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 19:46:05 +0000 Subject: [PATCH] chore(deps): bump bytes from 1.10.1 to 1.11.1 in /sdks/community/rust Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.10.1 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.10.1...v1.11.1) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdks/community/rust/Cargo.lock | 4 ++-- sdks/community/rust/crates/ag-ui-client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdks/community/rust/Cargo.lock b/sdks/community/rust/Cargo.lock index fc91abcf2..5fab24800 100644 --- a/sdks/community/rust/Cargo.lock +++ b/sdks/community/rust/Cargo.lock @@ -163,9 +163,9 @@ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" [[package]] name = "bytes" -version = "1.10.1" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cc" diff --git a/sdks/community/rust/crates/ag-ui-client/Cargo.toml b/sdks/community/rust/crates/ag-ui-client/Cargo.toml index a3ec65a81..75775dc7c 100644 --- a/sdks/community/rust/crates/ag-ui-client/Cargo.toml +++ b/sdks/community/rust/crates/ag-ui-client/Cargo.toml @@ -17,7 +17,7 @@ futures = "0.3.31" json-patch = "4.0.0" log = "0.4.27" reqwest = { version = "0.12.22" , features = ["json", "stream"]} -bytes = "1.5.0" +bytes = "1.11.1" tokio = "1.36.0" [dev-dependencies]