build(deps): bump indexmap from 2.0.0 to 2.0.1 (#33439)
* build(deps): bump indexmap from 2.0.0 to 2.0.1 Bumps [indexmap](https://github.com/bluss/indexmap) from 2.0.0 to 2.0.1. - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/bluss/indexmap/commits) --- 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:
parent
c0100b13ef
commit
fa168e3cd1
|
@ -2626,9 +2626,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "indexmap"
|
||||
version = "2.0.0"
|
||||
version = "2.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
|
||||
checksum = "ad227c3af19d4914570ad36d30409928b75967c298feb9ea1969db3a610bb14e"
|
||||
dependencies = [
|
||||
"equivalent",
|
||||
"hashbrown 0.14.0",
|
||||
|
@ -4805,7 +4805,7 @@ version = "0.9.25"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
|
||||
dependencies = [
|
||||
"indexmap 2.0.0",
|
||||
"indexmap 2.0.1",
|
||||
"itoa",
|
||||
"ryu",
|
||||
"serde",
|
||||
|
@ -5598,7 +5598,7 @@ dependencies = [
|
|||
"dashmap 4.0.2",
|
||||
"futures 0.3.28",
|
||||
"futures-util",
|
||||
"indexmap 2.0.0",
|
||||
"indexmap 2.0.1",
|
||||
"indicatif",
|
||||
"log",
|
||||
"quinn",
|
||||
|
@ -5679,7 +5679,7 @@ dependencies = [
|
|||
"bincode",
|
||||
"crossbeam-channel",
|
||||
"futures-util",
|
||||
"indexmap 2.0.0",
|
||||
"indexmap 2.0.1",
|
||||
"indicatif",
|
||||
"log",
|
||||
"rand 0.8.5",
|
||||
|
@ -6020,7 +6020,7 @@ dependencies = [
|
|||
"clap 2.33.3",
|
||||
"crossbeam-channel",
|
||||
"flate2",
|
||||
"indexmap 2.0.0",
|
||||
"indexmap 2.0.1",
|
||||
"itertools",
|
||||
"log",
|
||||
"lru",
|
||||
|
@ -7070,7 +7070,7 @@ dependencies = [
|
|||
"crossbeam-channel",
|
||||
"futures-util",
|
||||
"histogram",
|
||||
"indexmap 2.0.0",
|
||||
"indexmap 2.0.1",
|
||||
"itertools",
|
||||
"libc",
|
||||
"log",
|
||||
|
@ -7161,7 +7161,7 @@ dependencies = [
|
|||
"console",
|
||||
"csv",
|
||||
"ctrlc",
|
||||
"indexmap 2.0.0",
|
||||
"indexmap 2.0.1",
|
||||
"indicatif",
|
||||
"pickledb",
|
||||
"serde",
|
||||
|
@ -7190,7 +7190,7 @@ dependencies = [
|
|||
"async-trait",
|
||||
"bincode",
|
||||
"futures-util",
|
||||
"indexmap 2.0.0",
|
||||
"indexmap 2.0.1",
|
||||
"indicatif",
|
||||
"log",
|
||||
"rayon",
|
||||
|
|
|
@ -215,7 +215,7 @@ hyper = "0.14.27"
|
|||
hyper-proxy = "0.9.1"
|
||||
im = "15.1.0"
|
||||
index_list = "0.2.7"
|
||||
indexmap = "2.0.0"
|
||||
indexmap = "2.0.1"
|
||||
indicatif = "0.17.7"
|
||||
Inflector = "0.11.4"
|
||||
itertools = "0.10.5"
|
||||
|
|
|
@ -2232,9 +2232,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "indexmap"
|
||||
version = "2.0.0"
|
||||
version = "2.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
|
||||
checksum = "ad227c3af19d4914570ad36d30409928b75967c298feb9ea1969db3a610bb14e"
|
||||
dependencies = [
|
||||
"equivalent",
|
||||
"hashbrown 0.14.0",
|
||||
|
@ -4202,7 +4202,7 @@ version = "0.9.25"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
|
||||
dependencies = [
|
||||
"indexmap 2.0.0",
|
||||
"indexmap 2.0.1",
|
||||
"itoa",
|
||||
"ryu",
|
||||
"serde",
|
||||
|
@ -4695,7 +4695,7 @@ dependencies = [
|
|||
"dashmap",
|
||||
"futures 0.3.28",
|
||||
"futures-util",
|
||||
"indexmap 2.0.0",
|
||||
"indexmap 2.0.1",
|
||||
"indicatif",
|
||||
"log",
|
||||
"quinn",
|
||||
|
@ -4745,7 +4745,7 @@ dependencies = [
|
|||
"bincode",
|
||||
"crossbeam-channel",
|
||||
"futures-util",
|
||||
"indexmap 2.0.0",
|
||||
"indexmap 2.0.1",
|
||||
"log",
|
||||
"rand 0.8.5",
|
||||
"rayon",
|
||||
|
@ -4999,7 +4999,7 @@ dependencies = [
|
|||
"clap 2.33.3",
|
||||
"crossbeam-channel",
|
||||
"flate2",
|
||||
"indexmap 2.0.0",
|
||||
"indexmap 2.0.1",
|
||||
"itertools",
|
||||
"log",
|
||||
"lru",
|
||||
|
@ -6141,7 +6141,7 @@ dependencies = [
|
|||
"crossbeam-channel",
|
||||
"futures-util",
|
||||
"histogram",
|
||||
"indexmap 2.0.0",
|
||||
"indexmap 2.0.1",
|
||||
"itertools",
|
||||
"libc",
|
||||
"log",
|
||||
|
@ -6224,7 +6224,7 @@ dependencies = [
|
|||
"async-trait",
|
||||
"bincode",
|
||||
"futures-util",
|
||||
"indexmap 2.0.0",
|
||||
"indexmap 2.0.1",
|
||||
"indicatif",
|
||||
"log",
|
||||
"rayon",
|
||||
|
|
Loading…
Reference in New Issue