chore: bump itertools from 0.9.0 to 0.10.1 (#17929)

* chore: bump itertools from 0.9.0 to 0.10.1

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.9.0 to 0.10.1.
- [Release notes](https://github.com/rust-itertools/itertools/releases)
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.9.0...v0.10.1)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix versions

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyera Eulberg <tyera@solana.com>
This commit is contained in:
dependabot[bot] 2021-06-14 18:32:20 +00:00 committed by GitHub
parent d52632f895
commit a0872232d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 39 additions and 30 deletions

35
Cargo.lock generated
View File

@ -2061,6 +2061,15 @@ dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "0.4.5"
@ -3183,7 +3192,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4"
dependencies = [
"anyhow",
"itertools",
"itertools 0.9.0",
"proc-macro2 1.0.24",
"quote 1.0.6",
"syn 1.0.60",
@ -4240,7 +4249,7 @@ name = "solana-bench-exchange"
version = "1.8.0"
dependencies = [
"clap 2.33.3",
"itertools",
"itertools 0.10.1",
"log 0.4.11",
"num-derive",
"num-traits",
@ -4509,7 +4518,7 @@ dependencies = [
"flate2",
"fs_extra",
"indexmap",
"itertools",
"itertools 0.10.1",
"jsonrpc-core",
"jsonrpc-core-client",
"libc",
@ -4773,7 +4782,7 @@ dependencies = [
"clap 2.33.3",
"flate2",
"indexmap",
"itertools",
"itertools 0.10.1",
"log 0.4.11",
"lru",
"matches",
@ -4871,7 +4880,7 @@ dependencies = [
"fs_extra",
"futures 0.3.15",
"futures-util",
"itertools",
"itertools 0.10.1",
"lazy_static",
"libc",
"log 0.4.11",
@ -4923,7 +4932,7 @@ dependencies = [
"futures 0.3.15",
"futures-util",
"histogram",
"itertools",
"itertools 0.10.1",
"log 0.4.11",
"regex",
"serde",
@ -4955,7 +4964,7 @@ dependencies = [
"crossbeam-channel",
"fs_extra",
"gag",
"itertools",
"itertools 0.10.1",
"log 0.4.11",
"rand 0.7.3",
"rayon",
@ -5190,7 +5199,7 @@ dependencies = [
"bv",
"curve25519-dalek 2.1.0",
"hex",
"itertools",
"itertools 0.9.0",
"lazy_static",
"log 0.4.11",
"num-derive",
@ -5222,7 +5231,7 @@ dependencies = [
"bv",
"curve25519-dalek 2.1.0",
"hex",
"itertools",
"itertools 0.10.1",
"lazy_static",
"log 0.4.11",
"num-derive",
@ -5305,7 +5314,7 @@ dependencies = [
"bincode",
"bs58 0.4.0",
"crossbeam-channel",
"itertools",
"itertools 0.10.1",
"jsonrpc-core",
"jsonrpc-core-client",
"jsonrpc-derive",
@ -5360,7 +5369,7 @@ dependencies = [
"dir-diff",
"flate2",
"fnv",
"itertools",
"itertools 0.10.1",
"lazy_static",
"libc",
"libloading",
@ -5421,7 +5430,7 @@ dependencies = [
"generic-array 0.14.4",
"hex",
"hmac 0.11.0",
"itertools",
"itertools 0.10.1",
"lazy_static",
"libsecp256k1",
"log 0.4.11",
@ -7236,6 +7245,6 @@ checksum = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b"
dependencies = [
"cc",
"glob",
"itertools",
"itertools 0.9.0",
"libc",
]

View File

@ -10,7 +10,7 @@ publish = false
[dependencies]
clap = "2.33.1"
itertools = "0.9.0"
itertools = "0.10.1"
log = "0.4.11"
num-derive = "0.3"
num-traits = "0.2"

View File

@ -27,7 +27,7 @@ ed25519-dalek = "=1.0.1"
fs_extra = "1.2.0"
flate2 = "1.0"
indexmap = { version = "1.6", features = ["rayon"] }
itertools = "0.9.0"
itertools = "0.10.1"
libc = "0.2.81"
log = "0.4.11"
lru = "0.6.1"

View File

@ -15,7 +15,7 @@ bv = { version = "0.11.1", features = ["serde"] }
clap = "2.33.1"
flate2 = "1.0"
indexmap = { version = "1.6", features = ["rayon"] }
itertools = "0.9.0"
itertools = "0.10.1"
log = "0.4.11"
lru = "0.6.1"
num-traits = "0.2"

View File

@ -17,7 +17,7 @@ csv = "1.1.3"
futures = "0.3.15"
futures-util = "0.3.5"
histogram = "*"
itertools = "0.9.0"
itertools = "0.10.1"
log = { version = "0.4.11" }
regex = "1"
serde = { version = "1.0", features = ["derive"] }

View File

@ -21,7 +21,7 @@ ed25519-dalek = "1.0.1"
fs_extra = "1.2.0"
futures = "0.3.15"
futures-util = "0.3.5"
itertools = "0.9.0"
itertools = "0.10.1"
lazy_static = "1.4.0"
libc = "0.2.81"
log = { version = "0.4.11" }

View File

@ -11,7 +11,7 @@ documentation = "https://docs.rs/solana-local-cluster"
[dependencies]
crossbeam-channel = "0.5"
itertools = "0.9.0"
itertools = "0.10.1"
gag = "1.0.0"
fs_extra = "1.2.0"
log = "0.4.11"

View File

@ -1452,9 +1452,9 @@ dependencies = [
[[package]]
name = "itertools"
version = "0.10.0"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
dependencies = [
"either",
]
@ -2808,7 +2808,7 @@ dependencies = [
"bincode",
"byteorder 1.3.4",
"elf",
"itertools 0.10.0",
"itertools 0.10.1",
"log",
"miow 0.2.2",
"net2",
@ -3403,7 +3403,7 @@ dependencies = [
"bv",
"curve25519-dalek 2.1.0",
"hex",
"itertools 0.9.0",
"itertools 0.10.1",
"lazy_static",
"log",
"num-derive",
@ -3489,7 +3489,7 @@ dependencies = [
"dir-diff",
"flate2",
"fnv",
"itertools 0.9.0",
"itertools 0.10.1",
"lazy_static",
"libc",
"libloading",
@ -3540,7 +3540,7 @@ dependencies = [
"generic-array 0.14.4",
"hex",
"hmac 0.11.0",
"itertools 0.9.0",
"itertools 0.10.1",
"lazy_static",
"libsecp256k1",
"log",

View File

@ -22,7 +22,7 @@ walkdir = "2"
bincode = "1.1.4"
byteorder = "1.3.2"
elf = "0.0.10"
itertools = "0.10.0"
itertools = "0.10.1"
log = "0.4.11"
miow = "0.2.2"
net2 = "0.2.37"

View File

@ -14,7 +14,7 @@ base64 = "0.12.3"
bincode = "1.3.1"
bs58 = "0.4.0"
crossbeam-channel = "0.5"
itertools = "0.9.0"
itertools = "0.10.1"
jsonrpc-core = "17.1.0"
jsonrpc-core-client = { version = "17.1.0", features = ["ipc", "ws"] }
jsonrpc-derive = "17.1.0"

View File

@ -21,7 +21,7 @@ crossbeam-channel = "0.5"
dir-diff = "0.3.2"
flate2 = "1.0.14"
fnv = "1.0.7"
itertools = "0.9.0"
itertools = "0.10.1"
lazy_static = "1.4.0"
libc = "0.2.81"
libloading = "0.7.0"

View File

@ -51,7 +51,7 @@ ed25519-dalek-bip32 = { version = "0.1.1", optional = true }
generic-array = { version = "0.14.4", default-features = false, features = ["serde", "more_lengths"], optional = true }
hex = "0.4.3"
hmac = "0.11.0"
itertools = "0.9.0"
itertools = "0.10.1"
lazy_static = "1.4.0"
libsecp256k1 = { version = "0.5.0", optional = true }
log = "0.4.11"

View File

@ -17,7 +17,7 @@ borsh-derive = "0.9.0"
bs58 = "0.4.0"
bv = { version = "0.11.1", features = ["serde"] }
hex = "0.4.2"
itertools = "0.9.0"
itertools = "0.10.1"
lazy_static = "1.4.0"
log = "0.4.8"
num-derive = "0.3"