From d3190b89dc091e7c2b750bf967f9825a20e0b970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 10:07:15 +0000 Subject: [PATCH] Bump indexmap from 2.2.3 to 2.13.0 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.2.3 to 2.13.0. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.3...2.13.0) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.13.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..c8a6fa3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,15 +94,15 @@ checksum = "a51b9aaecf002680797bcec029a721d9efdddeb6b1651045ad6690912cc02784" [[package]] name = "hashbrown" -version = "0.14.2" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" +checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" [[package]] name = "indexmap" -version = "2.2.3" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177" +checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" dependencies = [ "equivalent", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index fe617ce..c951608 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.13.0" [dev-dependencies] collect-mac = "0.1.0"