build(deps): bump indexmap from 2.0.1 to 2.0.2 (#33559)

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

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

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

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-10-06 13:19:45 +00:00 committed by GitHub
parent 35a0295376
commit 88c1317535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 24 deletions

24
Cargo.lock generated
View File

@ -2321,9 +2321,9 @@ dependencies = [
[[package]] [[package]]
name = "hashbrown" name = "hashbrown"
version = "0.14.0" version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
[[package]] [[package]]
name = "headers" name = "headers"
@ -2626,12 +2626,12 @@ dependencies = [
[[package]] [[package]]
name = "indexmap" name = "indexmap"
version = "2.0.1" version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad227c3af19d4914570ad36d30409928b75967c298feb9ea1969db3a610bb14e" checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
dependencies = [ dependencies = [
"equivalent", "equivalent",
"hashbrown 0.14.0", "hashbrown 0.14.1",
"rayon", "rayon",
] ]
@ -4835,7 +4835,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.1", "indexmap 2.0.2",
"itoa", "itoa",
"ryu", "ryu",
"serde", "serde",
@ -5624,7 +5624,7 @@ dependencies = [
"dashmap 4.0.2", "dashmap 4.0.2",
"futures 0.3.28", "futures 0.3.28",
"futures-util", "futures-util",
"indexmap 2.0.1", "indexmap 2.0.2",
"indicatif", "indicatif",
"log", "log",
"quinn", "quinn",
@ -5705,7 +5705,7 @@ dependencies = [
"bincode", "bincode",
"crossbeam-channel", "crossbeam-channel",
"futures-util", "futures-util",
"indexmap 2.0.1", "indexmap 2.0.2",
"indicatif", "indicatif",
"log", "log",
"rand 0.8.5", "rand 0.8.5",
@ -6041,7 +6041,7 @@ dependencies = [
"clap 2.33.3", "clap 2.33.3",
"crossbeam-channel", "crossbeam-channel",
"flate2", "flate2",
"indexmap 2.0.1", "indexmap 2.0.2",
"itertools", "itertools",
"log", "log",
"lru", "lru",
@ -7099,7 +7099,7 @@ dependencies = [
"crossbeam-channel", "crossbeam-channel",
"futures-util", "futures-util",
"histogram", "histogram",
"indexmap 2.0.1", "indexmap 2.0.2",
"itertools", "itertools",
"libc", "libc",
"log", "log",
@ -7190,7 +7190,7 @@ dependencies = [
"console", "console",
"csv", "csv",
"ctrlc", "ctrlc",
"indexmap 2.0.1", "indexmap 2.0.2",
"indicatif", "indicatif",
"pickledb", "pickledb",
"serde", "serde",
@ -7219,7 +7219,7 @@ dependencies = [
"async-trait", "async-trait",
"bincode", "bincode",
"futures-util", "futures-util",
"indexmap 2.0.1", "indexmap 2.0.2",
"indicatif", "indicatif",
"log", "log",
"rayon", "rayon",

View File

@ -215,7 +215,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.1" indexmap = "2.0.2"
indicatif = "0.17.7" indicatif = "0.17.7"
Inflector = "0.11.4" Inflector = "0.11.4"
itertools = "0.10.5" itertools = "0.10.5"

View File

@ -1945,9 +1945,9 @@ dependencies = [
[[package]] [[package]]
name = "hashbrown" name = "hashbrown"
version = "0.14.0" version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12"
[[package]] [[package]]
name = "headers" name = "headers"
@ -2232,12 +2232,12 @@ dependencies = [
[[package]] [[package]]
name = "indexmap" name = "indexmap"
version = "2.0.1" version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad227c3af19d4914570ad36d30409928b75967c298feb9ea1969db3a610bb14e" checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
dependencies = [ dependencies = [
"equivalent", "equivalent",
"hashbrown 0.14.0", "hashbrown 0.14.1",
"rayon", "rayon",
] ]
@ -4211,7 +4211,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.1", "indexmap 2.0.2",
"itoa", "itoa",
"ryu", "ryu",
"serde", "serde",
@ -4706,7 +4706,7 @@ dependencies = [
"dashmap", "dashmap",
"futures 0.3.28", "futures 0.3.28",
"futures-util", "futures-util",
"indexmap 2.0.1", "indexmap 2.0.2",
"indicatif", "indicatif",
"log", "log",
"quinn", "quinn",
@ -4756,7 +4756,7 @@ dependencies = [
"bincode", "bincode",
"crossbeam-channel", "crossbeam-channel",
"futures-util", "futures-util",
"indexmap 2.0.1", "indexmap 2.0.2",
"log", "log",
"rand 0.8.5", "rand 0.8.5",
"rayon", "rayon",
@ -5005,7 +5005,7 @@ dependencies = [
"clap 2.33.3", "clap 2.33.3",
"crossbeam-channel", "crossbeam-channel",
"flate2", "flate2",
"indexmap 2.0.1", "indexmap 2.0.2",
"itertools", "itertools",
"log", "log",
"lru", "lru",
@ -6153,7 +6153,7 @@ dependencies = [
"crossbeam-channel", "crossbeam-channel",
"futures-util", "futures-util",
"histogram", "histogram",
"indexmap 2.0.1", "indexmap 2.0.2",
"itertools", "itertools",
"libc", "libc",
"log", "log",
@ -6236,7 +6236,7 @@ dependencies = [
"async-trait", "async-trait",
"bincode", "bincode",
"futures-util", "futures-util",
"indexmap 2.0.1", "indexmap 2.0.2",
"indicatif", "indicatif",
"log", "log",
"rayon", "rayon",