From d324c2a8680fd413cee1c47325c309cc0e33a871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 23:17:02 +0000 Subject: [PATCH] build(deps): bump indexmap from 2.1.0 to 2.2.3 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.1.0 to 2.2.3. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.1.0...2.2.3) --- 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 ceab5b4..bca6439 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1169,9 +1169,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.1.0" +version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" +checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177" dependencies = [ "equivalent", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index 91556d5..02ae036 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ fastobo = "0.15.2" fastrand = "2.0" flate2 = "1.0" hpo = "0.8" -indexmap = { version = "2.0", features = ["serde"] } +indexmap = { version = "2.2", features = ["serde"] } indicatif = { version = "0.17", features = ["rayon"] } itertools = "0.12" lazy_static = "1.4"