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

View File

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

View File

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