From 23862317da873f28f2c9bac9fc38471c2b813d90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 01:06:04 +0000 Subject: [PATCH] Update Rust crate indexmap to v2.7.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 852eaa73c17..b531ecebc98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2692,9 +2692,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" +checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f" dependencies = [ "equivalent", "hashbrown 0.15.2", diff --git a/Cargo.toml b/Cargo.toml index 703b3012ec2..5b12ee895f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ hex = "=0.4.3" http = "=1.1.0" http-body-util = "=0.1.2" hyper = { version = "=1.5.1", features = ["client", "http1"] } -indexmap = { version = "=2.6.0", features = ["serde"] } +indexmap = { version = "=2.7.0", features = ["serde"] } indicatif = "=0.17.9" ipnetwork = "=0.20.0" json-subscriber = "=0.2.3"