Bump indexmap from 1.9.3 to 2.0.0 (#32328)

Bumps [indexmap](https://github.com/bluss/indexmap) from 1.9.3 to 2.0.0.
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](bluss/indexmap@1.9.3...2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
Signed-off-by: Illia Bobyr <illia.bobyr@solana.com>
This commit is contained in:
dependabot[bot] 2023-07-07 13:29:09 -07:00 committed by GitHub
parent 37a36384f3
commit 61f092d27c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 14 deletions

14
Cargo.lock generated
View File

@ -2542,7 +2542,6 @@ checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown 0.12.3",
"rayon",
]
[[package]]
@ -2553,6 +2552,7 @@ checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
"equivalent",
"hashbrown 0.14.0",
"rayon",
]
[[package]]
@ -5505,7 +5505,7 @@ dependencies = [
"crossbeam-channel",
"futures 0.3.28",
"futures-util",
"indexmap 1.9.3",
"indexmap 2.0.0",
"indicatif",
"log",
"quinn",
@ -5585,7 +5585,7 @@ dependencies = [
"async-trait",
"bincode",
"futures-util",
"indexmap 1.9.3",
"indexmap 2.0.0",
"indicatif",
"log",
"rand 0.7.3",
@ -5919,7 +5919,7 @@ dependencies = [
"clap 2.33.3",
"crossbeam-channel",
"flate2",
"indexmap 1.9.3",
"indexmap 2.0.0",
"itertools",
"log",
"lru",
@ -6952,7 +6952,7 @@ dependencies = [
"crossbeam-channel",
"futures-util",
"histogram",
"indexmap 1.9.3",
"indexmap 2.0.0",
"itertools",
"libc",
"log",
@ -7042,7 +7042,7 @@ dependencies = [
"console",
"csv",
"ctrlc",
"indexmap 1.9.3",
"indexmap 2.0.0",
"indicatif",
"pickledb",
"serde",
@ -7071,7 +7071,7 @@ dependencies = [
"async-trait",
"bincode",
"futures-util",
"indexmap 1.9.3",
"indexmap 2.0.0",
"indicatif",
"log",
"rand 0.7.3",

View File

@ -209,7 +209,7 @@ hyper = "0.14.27"
hyper-proxy = "0.9.1"
im = "15.1.0"
index_list = "0.2.7"
indexmap = "1.9.3"
indexmap = "2.0.0"
indicatif = "0.17.5"
Inflector = "0.11.4"
itertools = "0.10.5"

View File

@ -2212,7 +2212,6 @@ checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown 0.12.3",
"rayon",
]
[[package]]
@ -2223,6 +2222,7 @@ checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
"equivalent",
"hashbrown 0.14.0",
"rayon",
]
[[package]]
@ -4684,7 +4684,7 @@ dependencies = [
"bincode",
"futures 0.3.28",
"futures-util",
"indexmap 1.9.3",
"indexmap 2.0.0",
"indicatif",
"log",
"quinn",
@ -4734,7 +4734,7 @@ dependencies = [
"async-trait",
"bincode",
"futures-util",
"indexmap 1.9.3",
"indexmap 2.0.0",
"log",
"rand 0.7.3",
"rayon",
@ -4983,7 +4983,7 @@ dependencies = [
"clap 2.33.3",
"crossbeam-channel",
"flate2",
"indexmap 1.9.3",
"indexmap 2.0.0",
"itertools",
"log",
"lru",
@ -6087,7 +6087,7 @@ dependencies = [
"crossbeam-channel",
"futures-util",
"histogram",
"indexmap 1.9.3",
"indexmap 2.0.0",
"itertools",
"libc",
"log",
@ -6170,7 +6170,7 @@ dependencies = [
"async-trait",
"bincode",
"futures-util",
"indexmap 1.9.3",
"indexmap 2.0.0",
"indicatif",
"log",
"rand 0.7.3",