From e551e31c961c0cae9c0296fd7df7da3a98af5949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 09:58:45 +0000 Subject: [PATCH] chore(deps): bump bytes from 1.10.1 to 1.11.1 in /core 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] --- core/Cargo.lock | 4 ++-- core/domain-http/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/Cargo.lock b/core/Cargo.lock index 0cb7bb35..554445af 100644 --- a/core/Cargo.lock +++ b/core/Cargo.lock @@ -764,9 +764,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[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" dependencies = [ "serde", ] diff --git a/core/domain-http/Cargo.toml b/core/domain-http/Cargo.toml index 0265ad8b..479f7aaf 100644 --- a/core/domain-http/Cargo.toml +++ b/core/domain-http/Cargo.toml @@ -15,7 +15,7 @@ futures = { workspace = true } tracing = { workspace = true } reqwest = { version = "0.12.22", default-features = false, features = ["json", "stream", "rustls-tls"]} posemesh-utils = { workspace = true } -bytes = "1.10.1" +bytes = "1.11.1" thiserror.workspace = true [target.'cfg(not(target_family="wasm"))'.dependencies]