From 8ffadafe8b4ed60c43815e6fd9751e62f663e413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 15:17:28 +0000 Subject: [PATCH] build(deps): bump indexmap from 2.2.6 to 2.3.0 (#512) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0db4b620..233a8e7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1579,9 +1579,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.6" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" +checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0" dependencies = [ "equivalent", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index 9a7f5316..463b0617 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ enum-map = { version = "2.7.3", features = ["serde"] } env_logger = "0.11" erased-serde = "0.4.2" flate2 = "1.0" -indexmap = { version = "2.2", features = ["serde"] } +indexmap = { version = "2.3", features = ["serde"] } indicatif = { version = "0.17", features = ["rayon"] } itertools = "0.13.0" log = "0.4"