From ef2450c95f03adffce87f2aa556adb8ffc548d42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 05:08:47 +0000 Subject: [PATCH] Update Rust crate indexmap to v2.7.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 528037330ae..67f89aff0a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2723,9 +2723,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.7.0" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" +checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" dependencies = [ "equivalent", "hashbrown 0.15.2", diff --git a/Cargo.toml b/Cargo.toml index b9fc8144a5c..44b5307db47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,7 +86,7 @@ hex = "=0.4.3" http = "=1.2.0" http-body-util = "=0.1.2" hyper = { version = "=1.5.2", features = ["client", "http1"] } -indexmap = { version = "=2.7.0", features = ["serde"] } +indexmap = { version = "=2.7.1", features = ["serde"] } indicatif = "=0.17.9" ipnetwork = "=0.21.1" json-subscriber = "=0.2.4"