From 1d665f1bd4c7364389e0b136d8c8763328f9151b Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Wed, 1 Nov 2023 03:10:55 +0000 Subject: [PATCH] Update Rust crate indexmap to 2.1.0 --- Cargo.lock | 12 ++++++------ guppy/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c9f0390f02..68474bf99ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -319,7 +319,7 @@ dependencies = [ "humantime", "ignore", "im-rc", - "indexmap 2.0.2", + "indexmap 2.1.0", "itertools 0.10.5", "jobserver", "lazycell", @@ -1977,7 +1977,7 @@ dependencies = [ "fixtures", "guppy-summaries", "guppy-workspace-hack", - "indexmap 2.0.2", + "indexmap 2.1.0", "itertools 0.11.0", "nested", "once_cell", @@ -2276,9 +2276,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.0.2" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" +checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" dependencies = [ "equivalent", "hashbrown 0.14.1", @@ -2844,7 +2844,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" dependencies = [ "fixedbitset", - "indexmap 2.0.2", + "indexmap 2.1.0", ] [[package]] @@ -3865,7 +3865,7 @@ version = "0.19.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a" dependencies = [ - "indexmap 2.0.2", + "indexmap 2.1.0", "serde", "serde_spanned", "toml_datetime 0.6.3", diff --git a/guppy/Cargo.toml b/guppy/Cargo.toml index 98c8541d201..40af8380a77 100644 --- a/guppy/Cargo.toml +++ b/guppy/Cargo.toml @@ -36,7 +36,7 @@ debug-ignore = "1.0.5" guppy-summaries = { version = "0.7.1", path = "../guppy-summaries", optional = true } fixedbitset = { version = "0.4.2", default-features = false } nested = "0.1.1" -indexmap = "2.0.2" +indexmap = "2.1.0" itertools = "0.11.0" once_cell = "1.18.0" pathdiff = { version = "0.2.1", features = ["camino"] }