From 4da3921900b30ab609751c32113e55c378942885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:18:50 +0000 Subject: [PATCH] build(deps): bump indexmap from 1.9.3 to 2.11.4 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 1.9.3 to 2.11.4. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/1.9.3...2.11.4) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.11.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 54 ++++++++++++++++++++++++++++++++-------------- graphql/Cargo.toml | 2 +- 2 files changed, 39 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67990cd2079..f645c8b84c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -525,7 +525,7 @@ dependencies = [ "bitflags", "clap_derive", "clap_lex", - "indexmap", + "indexmap 1.9.3", "once_cell", "strsim", "termcolor", @@ -1191,6 +1191,12 @@ dependencies = [ "syn 1.0.107", ] +[[package]] +name = "equivalent" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" + [[package]] name = "errno" version = "0.2.7" @@ -1501,7 +1507,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189" dependencies = [ "fallible-iterator 0.2.0", - "indexmap", + "indexmap 1.9.3", "stable_deref_trait", ] @@ -1768,7 +1774,7 @@ dependencies = [ "graph", "graphql-parser", "graphql-tools", - "indexmap", + "indexmap 2.11.4", "lazy_static", "parking_lot 0.12.1", "stable-hash 0.3.3", @@ -2027,7 +2033,7 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap", + "indexmap 1.9.3", "slab", "tokio", "tokio-util 0.7.1", @@ -2040,6 +2046,12 @@ version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3" +[[package]] +name = "hashbrown" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" + [[package]] name = "hdrhistogram" version = "7.5.2" @@ -2380,10 +2392,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" dependencies = [ "autocfg", - "hashbrown", + "hashbrown 0.12.1", "serde", ] +[[package]] +name = "indexmap" +version = "2.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" +dependencies = [ + "equivalent", + "hashbrown 0.16.0", +] + [[package]] name = "instant" version = "0.1.10" @@ -2967,7 +2989,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170" dependencies = [ "crc32fast", - "indexmap", + "indexmap 1.9.3", ] [[package]] @@ -3149,7 +3171,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4" dependencies = [ "fixedbitset", - "indexmap", + "indexmap 1.9.3", ] [[package]] @@ -3320,7 +3342,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a03dfae8e64d4aa651415e2a4321f9f09f2e388a2f8bec36bed03bc22c0b687" dependencies = [ - "indexmap", + "indexmap 1.9.3", "take_mut", ] @@ -3462,7 +3484,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d39b14605eaa1f6a340aec7f320b34064feb26c93aec35d6a9a2272a8ddfa49" dependencies = [ "anyhow", - "indexmap", + "indexmap 1.9.3", "log", "protobuf 3.2.0", "protobuf-support", @@ -4026,7 +4048,7 @@ version = "0.9.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c" dependencies = [ - "indexmap", + "indexmap 1.9.3", "itoa 1.0.1", "ryu", "serde", @@ -4744,7 +4766,7 @@ version = "0.19.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739" dependencies = [ - "indexmap", + "indexmap 1.9.3", "serde", "serde_spanned", "toml_datetime", @@ -4808,7 +4830,7 @@ dependencies = [ "futures-core", "futures-util", "hdrhistogram", - "indexmap", + "indexmap 1.9.3", "pin-project-lite", "slab", "sync_wrapper", @@ -4827,7 +4849,7 @@ checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" dependencies = [ "futures-core", "futures-util", - "indexmap", + "indexmap 1.9.3", "pin-project", "pin-project-lite", "rand", @@ -5249,7 +5271,7 @@ dependencies = [ "bincode", "cfg-if 1.0.0", "cpp_demangle", - "indexmap", + "indexmap 1.9.3", "lazy_static", "libc", "log", @@ -5334,7 +5356,7 @@ dependencies = [ "cranelift-entity", "cranelift-wasm", "gimli 0.24.0", - "indexmap", + "indexmap 1.9.3", "log", "more-asserts", "serde", @@ -5429,7 +5451,7 @@ dependencies = [ "backtrace", "cc", "cfg-if 1.0.0", - "indexmap", + "indexmap 1.9.3", "lazy_static", "libc", "log", diff --git a/graphql/Cargo.toml b/graphql/Cargo.toml index b7e9d3458e3..eecea73ee57 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 = "1.9" +indexmap = "2.11" Inflector = "0.11.3" lazy_static = "1.2.0" stable-hash_legacy = { version = "0.3.3", package = "stable-hash" }