From 65c4cbab36c384dd4ea2976044f494ec61ab78d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 00:49:51 +0000 Subject: [PATCH] Update Rust crate indexmap to v2.11.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69282949e04..3b9cebcb46c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3302,9 +3302,9 @@ checksum = "e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2" [[package]] name = "indexmap" -version = "2.11.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9" +checksum = "206a8042aec68fa4a62e8d3f7aa4ceb508177d9324faf261e1959e495b7a1921" dependencies = [ "equivalent", "hashbrown 0.15.2", diff --git a/Cargo.toml b/Cargo.toml index 63c1177f3c9..456219b1692 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,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.0", features = ["serde"] } +indexmap = { version = "=2.11.1", features = ["serde"] } indicatif = "=0.18.0" ipnetwork = "=0.21.1" json-subscriber = "=0.2.6"