From cdf45702155062d7e6daf58f55890494ef008da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:11:13 +0000 Subject: [PATCH] build(deps): bump bytes in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [bytes](https://github.com/tokio-rs/bytes). Updates `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 dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- graph/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db21e89c461..f1fc37ede0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2012,9 +2012,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/Cargo.toml b/core/Cargo.toml index a4b38367213..391ae53ad46 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -5,7 +5,7 @@ edition.workspace = true [dependencies] async-trait = { workspace = true} -bytes = "1.0" +bytes = "1.11" graph = { path = "../graph" } graph-chain-ethereum = { path = "../chain/ethereum" } graph-chain-near = { path = "../chain/near" } diff --git a/graph/Cargo.toml b/graph/Cargo.toml index cbaece3d37c..188561c21db 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -16,7 +16,7 @@ atomic_refcell = "0.1.14" old_bigdecimal = { version = "=0.1.2", features = [ "serde", ], package = "bigdecimal" } -bytes = "1.0.1" +bytes = "1.11.1" bs58 = { workspace = true } cid = "0.11.2" derive_more = { workspace = true, features = ["debug"] }