From 4af442d99c457c4f97a5b6cd0f391bd9c6ade4b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:15:49 +0100 Subject: [PATCH] Update Rust crate indexmap to v2.2.1 (#8015) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99253e477b..e8da8db2e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2193,9 +2193,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.1.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" +checksum = "433de089bd45971eecf4668ee0ee8f4cec17db4f8bd8f7bc3197a6ce37aa7d9b" dependencies = [ "equivalent", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index f12b2c5706..5d61c76441 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ http = "=1.0.0" http-body = "=1.0.0" http-body-util = "=0.1.0" hyper = { version = "=1.1.0", features = ["client", "http1"] } -indexmap = { version = "=2.1.0", features = ["serde"] } +indexmap = { version = "=2.2.1", features = ["serde"] } indicatif = "=0.17.7" ipnetwork = "=0.20.0" tikv-jemallocator = { version = "=0.5.4", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }