From 1a07ec665396281d57e60c37cd1bf9c3f94debe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 00:54:23 +0000 Subject: [PATCH] build(deps): bump cid from 0.11.2 to 0.11.3 Bumps [cid](https://github.com/multiformats/rust-cid) from 0.11.2 to 0.11.3. - [Changelog](https://github.com/multiformats/rust-cid/blob/master/CHANGELOG.md) - [Commits](https://github.com/multiformats/rust-cid/compare/v0.11.2...v0.11.3) --- updated-dependencies: - dependency-name: cid dependency-version: 0.11.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 +++++---------------- graph/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3c27b919b7..7b2589f27e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2122,13 +2122,12 @@ dependencies = [ [[package]] name = "cid" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbb4913a732503de004e94ce7a4e7119ffc55d1727cc9979ac3b52f511e6578c" +checksum = "21a304f95f84d169a6f31c4d0a30d784643aaa0bbc9c1e449a2c23e963ec4971" dependencies = [ "multibase", "multihash", - "no_std_io2", "unsigned-varint", ] @@ -3986,7 +3985,7 @@ version = "0.43.0" dependencies = [ "anyhow", "async-trait", - "base64 0.21.7", + "base64 0.22.1", "envconfig", "futures 0.3.31", "graph", @@ -5591,11 +5590,10 @@ dependencies = [ [[package]] name = "multihash" -version = "0.19.4" +version = "0.19.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89ace881e3f514092ce9efbcb8f413d0ad9763860b828981c2de51ddc666936c" +checksum = "577c63b00ad74d57e8c9aa870b5fccebf2fd64a308a5aee9f1bb88e4aea19447" dependencies = [ - "no_std_io2", "unsigned-varint", ] @@ -5628,15 +5626,6 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91" -[[package]] -name = "no_std_io2" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a3564ce7035b1e4778d8cb6cacebb5d766b5e8fe5a75b9e441e33fb61a872c6" -dependencies = [ - "memchr", -] - [[package]] name = "notify" version = "8.2.0" diff --git a/graph/Cargo.toml b/graph/Cargo.toml index b5bf9b467db..9ffceb86418 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -18,7 +18,7 @@ old_bigdecimal = { version = "=0.1.2", features = [ ], package = "bigdecimal" } bytes = "1.0.1" bs58 = { workspace = true } -cid = "0.11.2" +cid = "0.11.3" derive_more = { workspace = true, features = ["debug"] } graph_derive = { path = "./derive" } diesel = { workspace = true }