From 189a14d4be379833798b4836fe4a0f9fc108275a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 17:47:47 +0000 Subject: [PATCH] Update Rust crate indexmap to v2.11.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2dfcceb1d21..edc7d41fd5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3469,9 +3469,9 @@ checksum = "e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2" [[package]] name = "indexmap" -version = "2.11.3" +version = "2.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92119844f513ffa41556430369ab02c295a3578af21cf945caa3e9e0c2481ac3" +checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" dependencies = [ "equivalent", "hashbrown 0.15.2", diff --git a/Cargo.toml b/Cargo.toml index ab43c8b5969..44cb1d8de9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ futures-util = "=0.3.31" hex = "=0.4.3" http = "=1.3.1" hyper = { version = "=1.7.0", features = ["client", "http1"] } -indexmap = { version = "=2.11.3", features = ["serde"] } +indexmap = { version = "=2.11.4", features = ["serde"] } indicatif = "=0.18.0" ipnetwork = "=0.21.1" json-subscriber = "=0.2.6"