From 786ea0c574f2b70e747f6126220a4ea53d8d5401 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 10:50:30 +0000 Subject: [PATCH] Bump indexmap from 2.2.3 to 2.12.0 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.2.3 to 2.12.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.3...2.12.0) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 537830f..19e9bef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,15 +94,15 @@ checksum = "a51b9aaecf002680797bcec029a721d9efdddeb6b1651045ad6690912cc02784" [[package]] name = "hashbrown" -version = "0.14.2" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" +checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" [[package]] name = "indexmap" -version = "2.2.3" +version = "2.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177" +checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" dependencies = [ "equivalent", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index fe617ce..8ae111a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ peg = "0.8.2" permutation = "0.4.1" string-intern = { version ="0.1.7", default-features = false } log = "0.4" -indexmap = "2.2.3" +indexmap = "2.12.0" [dev-dependencies] collect-mac = "0.1.0"