From fa168e3cd1c6023dae398f3ed1007781ce85cb45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 09:13:52 +0000 Subject: [PATCH] build(deps): bump indexmap from 2.0.0 to 2.0.1 (#33439) * build(deps): bump indexmap from 2.0.0 to 2.0.1 Bumps [indexmap](https://github.com/bluss/indexmap) from 2.0.0 to 2.0.1. - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/bluss/indexmap/commits) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- programs/sbf/Cargo.lock | 16 ++++++++-------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f7ccdea909c8d..0de9f872c59c42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2626,9 +2626,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" +checksum = "ad227c3af19d4914570ad36d30409928b75967c298feb9ea1969db3a610bb14e" dependencies = [ "equivalent", "hashbrown 0.14.0", @@ -4805,7 +4805,7 @@ version = "0.9.25" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" dependencies = [ - "indexmap 2.0.0", + "indexmap 2.0.1", "itoa", "ryu", "serde", @@ -5598,7 +5598,7 @@ dependencies = [ "dashmap 4.0.2", "futures 0.3.28", "futures-util", - "indexmap 2.0.0", + "indexmap 2.0.1", "indicatif", "log", "quinn", @@ -5679,7 +5679,7 @@ dependencies = [ "bincode", "crossbeam-channel", "futures-util", - "indexmap 2.0.0", + "indexmap 2.0.1", "indicatif", "log", "rand 0.8.5", @@ -6020,7 +6020,7 @@ dependencies = [ "clap 2.33.3", "crossbeam-channel", "flate2", - "indexmap 2.0.0", + "indexmap 2.0.1", "itertools", "log", "lru", @@ -7070,7 +7070,7 @@ dependencies = [ "crossbeam-channel", "futures-util", "histogram", - "indexmap 2.0.0", + "indexmap 2.0.1", "itertools", "libc", "log", @@ -7161,7 +7161,7 @@ dependencies = [ "console", "csv", "ctrlc", - "indexmap 2.0.0", + "indexmap 2.0.1", "indicatif", "pickledb", "serde", @@ -7190,7 +7190,7 @@ dependencies = [ "async-trait", "bincode", "futures-util", - "indexmap 2.0.0", + "indexmap 2.0.1", "indicatif", "log", "rayon", diff --git a/Cargo.toml b/Cargo.toml index ef02247eedb735..6e31e785e6c177 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -215,7 +215,7 @@ hyper = "0.14.27" hyper-proxy = "0.9.1" im = "15.1.0" index_list = "0.2.7" -indexmap = "2.0.0" +indexmap = "2.0.1" indicatif = "0.17.7" Inflector = "0.11.4" itertools = "0.10.5" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 623b88fad38af1..b321cf18426da4 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -2232,9 +2232,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" +checksum = "ad227c3af19d4914570ad36d30409928b75967c298feb9ea1969db3a610bb14e" dependencies = [ "equivalent", "hashbrown 0.14.0", @@ -4202,7 +4202,7 @@ version = "0.9.25" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" dependencies = [ - "indexmap 2.0.0", + "indexmap 2.0.1", "itoa", "ryu", "serde", @@ -4695,7 +4695,7 @@ dependencies = [ "dashmap", "futures 0.3.28", "futures-util", - "indexmap 2.0.0", + "indexmap 2.0.1", "indicatif", "log", "quinn", @@ -4745,7 +4745,7 @@ dependencies = [ "bincode", "crossbeam-channel", "futures-util", - "indexmap 2.0.0", + "indexmap 2.0.1", "log", "rand 0.8.5", "rayon", @@ -4999,7 +4999,7 @@ dependencies = [ "clap 2.33.3", "crossbeam-channel", "flate2", - "indexmap 2.0.0", + "indexmap 2.0.1", "itertools", "log", "lru", @@ -6141,7 +6141,7 @@ dependencies = [ "crossbeam-channel", "futures-util", "histogram", - "indexmap 2.0.0", + "indexmap 2.0.1", "itertools", "libc", "log", @@ -6224,7 +6224,7 @@ dependencies = [ "async-trait", "bincode", "futures-util", - "indexmap 2.0.0", + "indexmap 2.0.1", "indicatif", "log", "rayon",