Skip to content

Commit cdf4570

Browse files
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](tokio-rs/bytes@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] <support@github.com>
1 parent 8ad5ffe commit cdf4570

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition.workspace = true
55

66
[dependencies]
77
async-trait = { workspace = true}
8-
bytes = "1.0"
8+
bytes = "1.11"
99
graph = { path = "../graph" }
1010
graph-chain-ethereum = { path = "../chain/ethereum" }
1111
graph-chain-near = { path = "../chain/near" }

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ atomic_refcell = "0.1.14"
1616
old_bigdecimal = { version = "=0.1.2", features = [
1717
"serde",
1818
], package = "bigdecimal" }
19-
bytes = "1.0.1"
19+
bytes = "1.11.1"
2020
bs58 = { workspace = true }
2121
cid = "0.11.2"
2222
derive_more = { workspace = true, features = ["debug"] }

0 commit comments

Comments
 (0)