From deaf4b741a2ec63762b5ce9a765671849a26aade Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 22:47:56 +0000 Subject: [PATCH] fix(deps): update rust crate indexmap to 2.1.0 --- Cargo.lock | 4 ++-- packages/packsquash/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5bbe0c497..77314970a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1037,9 +1037,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.0.2" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" +checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" dependencies = [ "equivalent", "hashbrown 0.14.2", diff --git a/packages/packsquash/Cargo.toml b/packages/packsquash/Cargo.toml index c25de6c2e..4e327adf2 100644 --- a/packages/packsquash/Cargo.toml +++ b/packages/packsquash/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" bytes = "1.5.0" globset = { version = "0.4.13", default-features = false } enumset = { version = "1.1.3", features = ["serde"] } -indexmap = { version = "2.0.2", features = ["serde"] } +indexmap = { version = "2.1.0", features = ["serde"] } itertools = "0.11.0" thiserror = "1.0.50" ahash = "0.8.6"