build(deps): bump indexmap from 2.0.2 to 2.1.0 (#33954)

* build(deps): bump indexmap from 2.0.2 to 2.1.0

Bumps [indexmap](https://github.com/bluss/indexmap) from 2.0.2 to 2.1.0.
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/bluss/indexmap/compare/2.0.2...2.1.0)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot] 2023-11-07 13:51:24 -07:00 committed by GitHub
parent dd2845b072
commit 29b4ba0dc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 19 deletions

20
Cargo.lock generated
View File

@ -2662,9 +2662,9 @@ dependencies = [
[[package]] [[package]]
name = "indexmap" name = "indexmap"
version = "2.0.2" version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
dependencies = [ dependencies = [
"equivalent", "equivalent",
"hashbrown 0.14.1", "hashbrown 0.14.1",
@ -4947,7 +4947,7 @@ version = "0.9.25"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
dependencies = [ dependencies = [
"indexmap 2.0.2", "indexmap 2.1.0",
"itoa", "itoa",
"ryu", "ryu",
"serde", "serde",
@ -5768,7 +5768,7 @@ dependencies = [
"dashmap", "dashmap",
"futures 0.3.29", "futures 0.3.29",
"futures-util", "futures-util",
"indexmap 2.0.2", "indexmap 2.1.0",
"indicatif", "indicatif",
"log", "log",
"quinn", "quinn",
@ -5849,7 +5849,7 @@ dependencies = [
"bincode", "bincode",
"crossbeam-channel", "crossbeam-channel",
"futures-util", "futures-util",
"indexmap 2.0.2", "indexmap 2.1.0",
"indicatif", "indicatif",
"log", "log",
"rand 0.8.5", "rand 0.8.5",
@ -6188,7 +6188,7 @@ dependencies = [
"clap 2.33.3", "clap 2.33.3",
"crossbeam-channel", "crossbeam-channel",
"flate2", "flate2",
"indexmap 2.0.2", "indexmap 2.1.0",
"itertools", "itertools",
"log", "log",
"lru", "lru",
@ -7254,7 +7254,7 @@ dependencies = [
"crossbeam-channel", "crossbeam-channel",
"futures-util", "futures-util",
"histogram", "histogram",
"indexmap 2.0.2", "indexmap 2.1.0",
"itertools", "itertools",
"libc", "libc",
"log", "log",
@ -7345,7 +7345,7 @@ dependencies = [
"console", "console",
"csv", "csv",
"ctrlc", "ctrlc",
"indexmap 2.0.2", "indexmap 2.1.0",
"indicatif", "indicatif",
"pickledb", "pickledb",
"serde", "serde",
@ -7374,7 +7374,7 @@ dependencies = [
"async-trait", "async-trait",
"bincode", "bincode",
"futures-util", "futures-util",
"indexmap 2.0.2", "indexmap 2.1.0",
"indicatif", "indicatif",
"log", "log",
"rayon", "rayon",
@ -8547,7 +8547,7 @@ version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
dependencies = [ dependencies = [
"indexmap 2.0.2", "indexmap 2.1.0",
"serde", "serde",
"serde_spanned", "serde_spanned",
"toml_datetime", "toml_datetime",

View File

@ -217,7 +217,7 @@ hyper = "0.14.27"
hyper-proxy = "0.9.1" hyper-proxy = "0.9.1"
im = "15.1.0" im = "15.1.0"
index_list = "0.2.7" index_list = "0.2.7"
indexmap = "2.0.2" indexmap = "2.1.0"
indicatif = "0.17.7" indicatif = "0.17.7"
itertools = "0.10.5" itertools = "0.10.5"
jemallocator = { package = "tikv-jemallocator", version = "0.4.1", features = [ jemallocator = { package = "tikv-jemallocator", version = "0.4.1", features = [

View File

@ -2296,9 +2296,9 @@ dependencies = [
[[package]] [[package]]
name = "indexmap" name = "indexmap"
version = "2.0.2" version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
dependencies = [ dependencies = [
"equivalent", "equivalent",
"hashbrown 0.14.1", "hashbrown 0.14.1",
@ -4378,7 +4378,7 @@ version = "0.9.25"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574" checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
dependencies = [ dependencies = [
"indexmap 2.0.2", "indexmap 2.1.0",
"itoa", "itoa",
"ryu", "ryu",
"serde", "serde",
@ -4875,7 +4875,7 @@ dependencies = [
"dashmap", "dashmap",
"futures 0.3.29", "futures 0.3.29",
"futures-util", "futures-util",
"indexmap 2.0.2", "indexmap 2.1.0",
"indicatif", "indicatif",
"log", "log",
"quinn", "quinn",
@ -4925,7 +4925,7 @@ dependencies = [
"bincode", "bincode",
"crossbeam-channel", "crossbeam-channel",
"futures-util", "futures-util",
"indexmap 2.0.2", "indexmap 2.1.0",
"log", "log",
"rand 0.8.5", "rand 0.8.5",
"rayon", "rayon",
@ -5176,7 +5176,7 @@ dependencies = [
"clap 2.33.3", "clap 2.33.3",
"crossbeam-channel", "crossbeam-channel",
"flate2", "flate2",
"indexmap 2.0.2", "indexmap 2.1.0",
"itertools", "itertools",
"log", "log",
"lru", "lru",
@ -6331,7 +6331,7 @@ dependencies = [
"crossbeam-channel", "crossbeam-channel",
"futures-util", "futures-util",
"histogram", "histogram",
"indexmap 2.0.2", "indexmap 2.1.0",
"itertools", "itertools",
"libc", "libc",
"log", "log",
@ -6414,7 +6414,7 @@ dependencies = [
"async-trait", "async-trait",
"bincode", "bincode",
"futures-util", "futures-util",
"indexmap 2.0.2", "indexmap 2.1.0",
"indicatif", "indicatif",
"log", "log",
"rayon", "rayon",