diff --git a/Cargo.lock b/Cargo.lock index 18cd2afe5..a3d1b6b54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1768,7 +1768,7 @@ dependencies = [ "graph", "graphql-parser", "graphql-tools", - "indexmap 2.1.0", + "indexmap 2.3.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.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" +checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0" 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.3.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.3.0", "serde", "serde_spanned", "toml_datetime", diff --git a/graphql/Cargo.toml b/graphql/Cargo.toml index c734c0b8d..74942d873 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.3" Inflector = "0.11.3" lazy_static = "1.2.0" stable-hash = { git = "https://github.com/graphprotocol/stable-hash", branch = "main"}