From f31ec1f2d64615e2c8dc7944466fc4d85e416d16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 13:27:37 +0800 Subject: [PATCH] build(deps): bump indexmap from 2.2.3 to 2.2.5 (#35389) * build(deps): bump indexmap from 2.2.3 to 2.2.5 Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.2.3 to 2.2.5. - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.3...2.2.5) --- 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 | 26 +++++++++++++------------- Cargo.toml | 2 +- programs/sbf/Cargo.lock | 22 +++++++++++----------- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0680de2c0..650b369d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2292,7 +2292,7 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap 2.2.3", + "indexmap 2.2.5", "slab", "tokio", "tokio-util 0.7.1", @@ -2668,9 +2668,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.3" +version = "2.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177" +checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" dependencies = [ "equivalent", "hashbrown 0.14.3", @@ -4842,7 +4842,7 @@ version = "0.9.32" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f" dependencies = [ - "indexmap 2.2.3", + "indexmap 2.2.5", "itoa", "ryu", "serde", @@ -5186,7 +5186,7 @@ dependencies = [ "fnv", "im", "index_list", - "indexmap 2.2.3", + "indexmap 2.2.5", "itertools", "lazy_static", "libsecp256k1", @@ -5666,7 +5666,7 @@ dependencies = [ "dashmap", "futures 0.3.30", "futures-util", - "indexmap 2.2.3", + "indexmap 2.2.5", "indicatif", "log", "quinn", @@ -5747,7 +5747,7 @@ dependencies = [ "bincode", "crossbeam-channel", "futures-util", - "indexmap 2.2.3", + "indexmap 2.2.5", "indicatif", "log", "rand 0.8.5", @@ -6085,7 +6085,7 @@ dependencies = [ "clap 2.33.3", "crossbeam-channel", "flate2", - "indexmap 2.2.3", + "indexmap 2.2.5", "itertools", "log", "lru", @@ -7178,7 +7178,7 @@ dependencies = [ "crossbeam-channel", "futures-util", "histogram", - "indexmap 2.2.3", + "indexmap 2.2.5", "itertools", "libc", "log", @@ -7288,7 +7288,7 @@ dependencies = [ "console", "csv", "ctrlc", - "indexmap 2.2.3", + "indexmap 2.2.5", "indicatif", "pickledb", "serde", @@ -7317,7 +7317,7 @@ dependencies = [ "async-trait", "bincode", "futures-util", - "indexmap 2.2.3", + "indexmap 2.2.5", "indicatif", "log", "rayon", @@ -8534,7 +8534,7 @@ version = "0.20.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" dependencies = [ - "indexmap 2.2.3", + "indexmap 2.2.5", "toml_datetime", "winnow", ] @@ -8545,7 +8545,7 @@ version = "0.22.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951" dependencies = [ - "indexmap 2.2.3", + "indexmap 2.2.5", "serde", "serde_spanned", "toml_datetime", diff --git a/Cargo.toml b/Cargo.toml index 31500fd62..66436c9cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -222,7 +222,7 @@ hyper = "0.14.28" hyper-proxy = "0.9.1" im = "15.1.0" index_list = "0.2.11" -indexmap = "2.2.3" +indexmap = "2.2.5" indicatif = "0.17.8" itertools = "0.10.5" jemallocator = { package = "tikv-jemallocator", version = "0.4.1", features = [ diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 321346157..2829cf27b 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -1930,7 +1930,7 @@ dependencies = [ "futures-sink", "futures-util", "http", - "indexmap 2.2.3", + "indexmap 2.2.5", "slab", "tokio", "tokio-util 0.7.1", @@ -2281,9 +2281,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.3" +version = "2.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177" +checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" dependencies = [ "equivalent", "hashbrown 0.14.1", @@ -4291,7 +4291,7 @@ version = "0.9.32" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fd075d994154d4a774f95b51fb96bdc2832b0ea48425c92546073816cda1f2f" dependencies = [ - "indexmap 2.2.3", + "indexmap 2.2.5", "itoa", "ryu", "serde", @@ -4562,7 +4562,7 @@ dependencies = [ "fnv", "im", "index_list", - "indexmap 2.2.3", + "indexmap 2.2.5", "itertools", "lazy_static", "log", @@ -4789,7 +4789,7 @@ dependencies = [ "dashmap", "futures 0.3.30", "futures-util", - "indexmap 2.2.3", + "indexmap 2.2.5", "indicatif", "log", "quinn", @@ -4839,7 +4839,7 @@ dependencies = [ "bincode", "crossbeam-channel", "futures-util", - "indexmap 2.2.3", + "indexmap 2.2.5", "log", "rand 0.8.5", "rayon", @@ -5089,7 +5089,7 @@ dependencies = [ "clap 2.33.3", "crossbeam-channel", "flate2", - "indexmap 2.2.3", + "indexmap 2.2.5", "itertools", "log", "lru", @@ -6253,7 +6253,7 @@ dependencies = [ "crossbeam-channel", "futures-util", "histogram", - "indexmap 2.2.3", + "indexmap 2.2.5", "itertools", "libc", "log", @@ -6354,7 +6354,7 @@ dependencies = [ "async-trait", "bincode", "futures-util", - "indexmap 2.2.3", + "indexmap 2.2.5", "indicatif", "log", "rayon", @@ -7412,7 +7412,7 @@ version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" dependencies = [ - "indexmap 2.2.3", + "indexmap 2.2.5", "toml_datetime", "winnow", ]