build(deps): bump indexmap from 2.2.2 to 2.2.3 (#35180)

* build(deps): bump indexmap from 2.2.2 to 2.2.3

Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.2.2 to 2.2.3.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.2...2.2.3)

---
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] 2024-02-13 15:27:19 +08:00 committed by GitHub
parent d1a0d3adb1
commit 246a2c71be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 25 additions and 25 deletions

26
Cargo.lock generated
View File

@ -2298,7 +2298,7 @@ dependencies = [
"futures-sink",
"futures-util",
"http",
"indexmap 2.2.2",
"indexmap 2.2.3",
"slab",
"tokio",
"tokio-util 0.7.1",
@ -2674,9 +2674,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "2.2.2"
version = "2.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520"
checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177"
dependencies = [
"equivalent",
"hashbrown 0.14.3",
@ -4868,7 +4868,7 @@ version = "0.9.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e"
dependencies = [
"indexmap 2.2.2",
"indexmap 2.2.3",
"itoa",
"ryu",
"serde",
@ -5212,7 +5212,7 @@ dependencies = [
"fnv",
"im",
"index_list",
"indexmap 2.2.2",
"indexmap 2.2.3",
"itertools",
"lazy_static",
"libsecp256k1",
@ -5692,7 +5692,7 @@ dependencies = [
"dashmap",
"futures 0.3.30",
"futures-util",
"indexmap 2.2.2",
"indexmap 2.2.3",
"indicatif",
"log",
"quinn",
@ -5773,7 +5773,7 @@ dependencies = [
"bincode",
"crossbeam-channel",
"futures-util",
"indexmap 2.2.2",
"indexmap 2.2.3",
"indicatif",
"log",
"rand 0.8.5",
@ -6112,7 +6112,7 @@ dependencies = [
"clap 2.33.3",
"crossbeam-channel",
"flate2",
"indexmap 2.2.2",
"indexmap 2.2.3",
"itertools",
"log",
"lru",
@ -7204,7 +7204,7 @@ dependencies = [
"crossbeam-channel",
"futures-util",
"histogram",
"indexmap 2.2.2",
"indexmap 2.2.3",
"itertools",
"libc",
"log",
@ -7315,7 +7315,7 @@ dependencies = [
"console",
"csv",
"ctrlc",
"indexmap 2.2.2",
"indexmap 2.2.3",
"indicatif",
"pickledb",
"serde",
@ -7344,7 +7344,7 @@ dependencies = [
"async-trait",
"bincode",
"futures-util",
"indexmap 2.2.2",
"indexmap 2.2.3",
"indicatif",
"log",
"rayon",
@ -8555,7 +8555,7 @@ version = "0.20.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
dependencies = [
"indexmap 2.2.2",
"indexmap 2.2.3",
"toml_datetime",
"winnow",
]
@ -8566,7 +8566,7 @@ version = "0.22.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951"
dependencies = [
"indexmap 2.2.2",
"indexmap 2.2.3",
"serde",
"serde_spanned",
"toml_datetime",

View File

@ -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.2"
indexmap = "2.2.3"
indicatif = "0.17.7"
itertools = "0.10.5"
jemallocator = { package = "tikv-jemallocator", version = "0.4.1", features = [

View File

@ -1936,7 +1936,7 @@ dependencies = [
"futures-sink",
"futures-util",
"http",
"indexmap 2.2.2",
"indexmap 2.2.3",
"slab",
"tokio",
"tokio-util 0.7.1",
@ -2287,9 +2287,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "2.2.2"
version = "2.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520"
checksum = "233cf39063f058ea2caae4091bf4a3ef70a653afbc026f5c4a4135d114e3c177"
dependencies = [
"equivalent",
"hashbrown 0.14.1",
@ -4317,7 +4317,7 @@ version = "0.9.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e"
dependencies = [
"indexmap 2.2.2",
"indexmap 2.2.3",
"itoa",
"ryu",
"serde",
@ -4588,7 +4588,7 @@ dependencies = [
"fnv",
"im",
"index_list",
"indexmap 2.2.2",
"indexmap 2.2.3",
"itertools",
"lazy_static",
"log",
@ -4815,7 +4815,7 @@ dependencies = [
"dashmap",
"futures 0.3.30",
"futures-util",
"indexmap 2.2.2",
"indexmap 2.2.3",
"indicatif",
"log",
"quinn",
@ -4865,7 +4865,7 @@ dependencies = [
"bincode",
"crossbeam-channel",
"futures-util",
"indexmap 2.2.2",
"indexmap 2.2.3",
"log",
"rand 0.8.5",
"rayon",
@ -5116,7 +5116,7 @@ dependencies = [
"clap 2.33.3",
"crossbeam-channel",
"flate2",
"indexmap 2.2.2",
"indexmap 2.2.3",
"itertools",
"log",
"lru",
@ -6279,7 +6279,7 @@ dependencies = [
"crossbeam-channel",
"futures-util",
"histogram",
"indexmap 2.2.2",
"indexmap 2.2.3",
"itertools",
"libc",
"log",
@ -6381,7 +6381,7 @@ dependencies = [
"async-trait",
"bincode",
"futures-util",
"indexmap 2.2.2",
"indexmap 2.2.3",
"indicatif",
"log",
"rayon",
@ -7437,7 +7437,7 @@ version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
dependencies = [
"indexmap 2.2.2",
"indexmap 2.2.3",
"toml_datetime",
"winnow",
]