From 93650b1dfec58d09bd94b3cb8c6a22d363e2289b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 06:52:44 +0000 Subject: [PATCH] build(deps): bump indexmap from 2.1.0 to 2.2.1 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.1.0 to 2.2.1. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.1.0...2.2.1) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46a21de2e..28a8a763b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2317,9 +2317,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.1.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" +checksum = "433de089bd45971eecf4668ee0ee8f4cec17db4f8bd8f7bc3197a6ce37aa7d9b" dependencies = [ "equivalent", "hashbrown 0.14.3", diff --git a/Cargo.toml b/Cargo.toml index 67233b65e..468890cfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ gzp = { version = "0.11", default-features = false, features = [ "snappy_default", ] } hashbrown = { version = "0.14", optional = true } -indexmap = "2.1" +indexmap = "2.2" indicatif = "0.17" itertools = "0.12" itoa = "1"