From 94ffefa4a4132636eae72b3e589f06902c66676a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Jun 2025 21:12:43 +0000 Subject: [PATCH] Update Rust crate indexmap to v2.10.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9b25fc2dac..5e3127731d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3226,9 +3226,9 @@ checksum = "e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2" [[package]] name = "indexmap" -version = "2.9.0" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" +checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661" dependencies = [ "equivalent", "hashbrown 0.15.2", diff --git a/Cargo.toml b/Cargo.toml index 410d018902e..268f89a7564 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ futures-util = "=0.3.31" hex = "=0.4.3" http = "=1.3.1" hyper = { version = "=1.6.0", features = ["client", "http1"] } -indexmap = { version = "=2.9.0", features = ["serde"] } +indexmap = { version = "=2.10.0", features = ["serde"] } indicatif = "=0.17.11" ipnetwork = "=0.21.1" json-subscriber = "=0.2.5"