From 9918aa14a97272d1d36c587fb709920aa3f962a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 05:33:25 +0000 Subject: [PATCH] build(deps): bump indexmap from 2.1.0 to 2.11.4 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.1.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.1.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 | 16 ++++++++-------- graphql/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18cd2afe5..cd1013aa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1768,7 +1768,7 @@ dependencies = [ "graph", "graphql-parser", "graphql-tools", - "indexmap 2.1.0", + "indexmap 2.11.4", "lazy_static", "parking_lot 0.12.1", "stable-hash 0.3.4", @@ -2044,9 +2044,9 @@ checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3" [[package]] name = "hashbrown" -version = "0.14.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12" +checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" [[package]] name = "hdrhistogram" @@ -2365,12 +2365,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.1.0" +version = "2.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" +checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" dependencies = [ "equivalent", - "hashbrown 0.14.1", + "hashbrown 0.16.0", ] [[package]] @@ -3141,7 +3141,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" dependencies = [ "fixedbitset", - "indexmap 2.1.0", + "indexmap 2.11.4", ] [[package]] @@ -4789,7 +4789,7 @@ version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03" dependencies = [ - "indexmap 2.1.0", + "indexmap 2.11.4", "serde", "serde_spanned", "toml_datetime", diff --git a/graphql/Cargo.toml b/graphql/Cargo.toml index c734c0b8d..cf954368b 100644 --- a/graphql/Cargo.toml +++ b/graphql/Cargo.toml @@ -8,7 +8,7 @@ crossbeam = "0.8" graph = { path = "../graph" } graphql-parser = "0.4.0" graphql-tools = "0.2.1" -indexmap = "2.1" +indexmap = "2.11" Inflector = "0.11.3" lazy_static = "1.2.0" stable-hash = { git = "https://github.com/graphprotocol/stable-hash", branch = "main"}