From 9a541a471dac08962b9d498512ecedb60968f3d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 09:33:06 +0000 Subject: [PATCH] deps: bump indexmap from 2.10.0 to 2.11.4 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.10.0 to 2.11.4. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.10.0...2.11.4) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.11.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dcff9efd3..6ce23d5c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2048,9 +2048,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.10.0" +version = "2.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" +checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" dependencies = [ "equivalent", "hashbrown 0.15.5", diff --git a/Cargo.toml b/Cargo.toml index 8935f16a4..1ab7208c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ futures-timer = "3.0.0" getrandom = { version = "0.3.3" } hickory-resolver = "0.25.2" idb = "0.6.4" -indexmap = "2.10.0" +indexmap = "2.11.4" ipld-core = { version = "0.4.1", features = ["serde"] } ipld-dagpb = "0.2.1" libp2p-relay-manager = { version = "0.4.0", path = "packages/libp2p-relay-manager" }