From 0543474e254ddd07ae0cb1b3271f824bc87d2dcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:38:04 +0000 Subject: [PATCH] build(deps): bump indexmap from 2.1.0 to 2.4.0 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.1.0 to 2.4.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.1.0...2.4.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- graphql/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18cd2afe5..38480dbb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1768,7 +1768,7 @@ dependencies = [ "graph", "graphql-parser", "graphql-tools", - "indexmap 2.1.0", + "indexmap 2.4.0", "lazy_static", "parking_lot 0.12.1", "stable-hash 0.3.4", @@ -2365,9 +2365,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.1.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" +checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" dependencies = [ "equivalent", "hashbrown 0.14.1", @@ -3141,7 +3141,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" dependencies = [ "fixedbitset", - "indexmap 2.1.0", + "indexmap 2.4.0", ] [[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.4.0", "serde", "serde_spanned", "toml_datetime", diff --git a/graphql/Cargo.toml b/graphql/Cargo.toml index c734c0b8d..fc180fea2 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.4" Inflector = "0.11.3" lazy_static = "1.2.0" stable-hash = { git = "https://github.com/graphprotocol/stable-hash", branch = "main"}