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:
35
Cargo.lock
generated
35
Cargo.lock
generated
@ -2061,6 +2061,15 @@ dependencies = [
|
|||||||
"either",
|
"either",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "itertools"
|
||||||
|
version = "0.10.1"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
|
||||||
|
dependencies = [
|
||||||
|
"either",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "itoa"
|
name = "itoa"
|
||||||
version = "0.4.5"
|
version = "0.4.5"
|
||||||
@ -3183,7 +3192,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4"
|
checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"itertools",
|
"itertools 0.9.0",
|
||||||
"proc-macro2 1.0.24",
|
"proc-macro2 1.0.24",
|
||||||
"quote 1.0.6",
|
"quote 1.0.6",
|
||||||
"syn 1.0.60",
|
"syn 1.0.60",
|
||||||
@ -4240,7 +4249,7 @@ name = "solana-bench-exchange"
|
|||||||
version = "1.8.0"
|
version = "1.8.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap 2.33.3",
|
"clap 2.33.3",
|
||||||
"itertools",
|
"itertools 0.10.1",
|
||||||
"log 0.4.11",
|
"log 0.4.11",
|
||||||
"num-derive",
|
"num-derive",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
@ -4509,7 +4518,7 @@ dependencies = [
|
|||||||
"flate2",
|
"flate2",
|
||||||
"fs_extra",
|
"fs_extra",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"itertools",
|
"itertools 0.10.1",
|
||||||
"jsonrpc-core",
|
"jsonrpc-core",
|
||||||
"jsonrpc-core-client",
|
"jsonrpc-core-client",
|
||||||
"libc",
|
"libc",
|
||||||
@ -4773,7 +4782,7 @@ dependencies = [
|
|||||||
"clap 2.33.3",
|
"clap 2.33.3",
|
||||||
"flate2",
|
"flate2",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"itertools",
|
"itertools 0.10.1",
|
||||||
"log 0.4.11",
|
"log 0.4.11",
|
||||||
"lru",
|
"lru",
|
||||||
"matches",
|
"matches",
|
||||||
@ -4871,7 +4880,7 @@ dependencies = [
|
|||||||
"fs_extra",
|
"fs_extra",
|
||||||
"futures 0.3.15",
|
"futures 0.3.15",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"itertools",
|
"itertools 0.10.1",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"libc",
|
"libc",
|
||||||
"log 0.4.11",
|
"log 0.4.11",
|
||||||
@ -4923,7 +4932,7 @@ dependencies = [
|
|||||||
"futures 0.3.15",
|
"futures 0.3.15",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"histogram",
|
"histogram",
|
||||||
"itertools",
|
"itertools 0.10.1",
|
||||||
"log 0.4.11",
|
"log 0.4.11",
|
||||||
"regex",
|
"regex",
|
||||||
"serde",
|
"serde",
|
||||||
@ -4955,7 +4964,7 @@ dependencies = [
|
|||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
"fs_extra",
|
"fs_extra",
|
||||||
"gag",
|
"gag",
|
||||||
"itertools",
|
"itertools 0.10.1",
|
||||||
"log 0.4.11",
|
"log 0.4.11",
|
||||||
"rand 0.7.3",
|
"rand 0.7.3",
|
||||||
"rayon",
|
"rayon",
|
||||||
@ -5190,7 +5199,7 @@ dependencies = [
|
|||||||
"bv",
|
"bv",
|
||||||
"curve25519-dalek 2.1.0",
|
"curve25519-dalek 2.1.0",
|
||||||
"hex",
|
"hex",
|
||||||
"itertools",
|
"itertools 0.9.0",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"log 0.4.11",
|
"log 0.4.11",
|
||||||
"num-derive",
|
"num-derive",
|
||||||
@ -5222,7 +5231,7 @@ dependencies = [
|
|||||||
"bv",
|
"bv",
|
||||||
"curve25519-dalek 2.1.0",
|
"curve25519-dalek 2.1.0",
|
||||||
"hex",
|
"hex",
|
||||||
"itertools",
|
"itertools 0.10.1",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"log 0.4.11",
|
"log 0.4.11",
|
||||||
"num-derive",
|
"num-derive",
|
||||||
@ -5305,7 +5314,7 @@ dependencies = [
|
|||||||
"bincode",
|
"bincode",
|
||||||
"bs58 0.4.0",
|
"bs58 0.4.0",
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
"itertools",
|
"itertools 0.10.1",
|
||||||
"jsonrpc-core",
|
"jsonrpc-core",
|
||||||
"jsonrpc-core-client",
|
"jsonrpc-core-client",
|
||||||
"jsonrpc-derive",
|
"jsonrpc-derive",
|
||||||
@ -5360,7 +5369,7 @@ dependencies = [
|
|||||||
"dir-diff",
|
"dir-diff",
|
||||||
"flate2",
|
"flate2",
|
||||||
"fnv",
|
"fnv",
|
||||||
"itertools",
|
"itertools 0.10.1",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"libc",
|
"libc",
|
||||||
"libloading",
|
"libloading",
|
||||||
@ -5421,7 +5430,7 @@ dependencies = [
|
|||||||
"generic-array 0.14.4",
|
"generic-array 0.14.4",
|
||||||
"hex",
|
"hex",
|
||||||
"hmac 0.11.0",
|
"hmac 0.11.0",
|
||||||
"itertools",
|
"itertools 0.10.1",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"libsecp256k1",
|
"libsecp256k1",
|
||||||
"log 0.4.11",
|
"log 0.4.11",
|
||||||
@ -7236,6 +7245,6 @@ checksum = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"glob",
|
"glob",
|
||||||
"itertools",
|
"itertools 0.9.0",
|
||||||
"libc",
|
"libc",
|
||||||
]
|
]
|
||||||
|
@ -10,7 +10,7 @@ publish = false
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.33.1"
|
clap = "2.33.1"
|
||||||
itertools = "0.9.0"
|
itertools = "0.10.1"
|
||||||
log = "0.4.11"
|
log = "0.4.11"
|
||||||
num-derive = "0.3"
|
num-derive = "0.3"
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
|
@ -27,7 +27,7 @@ ed25519-dalek = "=1.0.1"
|
|||||||
fs_extra = "1.2.0"
|
fs_extra = "1.2.0"
|
||||||
flate2 = "1.0"
|
flate2 = "1.0"
|
||||||
indexmap = { version = "1.6", features = ["rayon"] }
|
indexmap = { version = "1.6", features = ["rayon"] }
|
||||||
itertools = "0.9.0"
|
itertools = "0.10.1"
|
||||||
libc = "0.2.81"
|
libc = "0.2.81"
|
||||||
log = "0.4.11"
|
log = "0.4.11"
|
||||||
lru = "0.6.1"
|
lru = "0.6.1"
|
||||||
|
@ -15,7 +15,7 @@ bv = { version = "0.11.1", features = ["serde"] }
|
|||||||
clap = "2.33.1"
|
clap = "2.33.1"
|
||||||
flate2 = "1.0"
|
flate2 = "1.0"
|
||||||
indexmap = { version = "1.6", features = ["rayon"] }
|
indexmap = { version = "1.6", features = ["rayon"] }
|
||||||
itertools = "0.9.0"
|
itertools = "0.10.1"
|
||||||
log = "0.4.11"
|
log = "0.4.11"
|
||||||
lru = "0.6.1"
|
lru = "0.6.1"
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
|
@ -17,7 +17,7 @@ csv = "1.1.3"
|
|||||||
futures = "0.3.15"
|
futures = "0.3.15"
|
||||||
futures-util = "0.3.5"
|
futures-util = "0.3.5"
|
||||||
histogram = "*"
|
histogram = "*"
|
||||||
itertools = "0.9.0"
|
itertools = "0.10.1"
|
||||||
log = { version = "0.4.11" }
|
log = { version = "0.4.11" }
|
||||||
regex = "1"
|
regex = "1"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
@ -21,7 +21,7 @@ ed25519-dalek = "1.0.1"
|
|||||||
fs_extra = "1.2.0"
|
fs_extra = "1.2.0"
|
||||||
futures = "0.3.15"
|
futures = "0.3.15"
|
||||||
futures-util = "0.3.5"
|
futures-util = "0.3.5"
|
||||||
itertools = "0.9.0"
|
itertools = "0.10.1"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
libc = "0.2.81"
|
libc = "0.2.81"
|
||||||
log = { version = "0.4.11" }
|
log = { version = "0.4.11" }
|
||||||
|
@ -11,7 +11,7 @@ documentation = "https://docs.rs/solana-local-cluster"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
crossbeam-channel = "0.5"
|
crossbeam-channel = "0.5"
|
||||||
itertools = "0.9.0"
|
itertools = "0.10.1"
|
||||||
gag = "1.0.0"
|
gag = "1.0.0"
|
||||||
fs_extra = "1.2.0"
|
fs_extra = "1.2.0"
|
||||||
log = "0.4.11"
|
log = "0.4.11"
|
||||||
|
12
programs/bpf/Cargo.lock
generated
12
programs/bpf/Cargo.lock
generated
@ -1452,9 +1452,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "itertools"
|
name = "itertools"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
|
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"either",
|
"either",
|
||||||
]
|
]
|
||||||
@ -2808,7 +2808,7 @@ dependencies = [
|
|||||||
"bincode",
|
"bincode",
|
||||||
"byteorder 1.3.4",
|
"byteorder 1.3.4",
|
||||||
"elf",
|
"elf",
|
||||||
"itertools 0.10.0",
|
"itertools 0.10.1",
|
||||||
"log",
|
"log",
|
||||||
"miow 0.2.2",
|
"miow 0.2.2",
|
||||||
"net2",
|
"net2",
|
||||||
@ -3403,7 +3403,7 @@ dependencies = [
|
|||||||
"bv",
|
"bv",
|
||||||
"curve25519-dalek 2.1.0",
|
"curve25519-dalek 2.1.0",
|
||||||
"hex",
|
"hex",
|
||||||
"itertools 0.9.0",
|
"itertools 0.10.1",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"log",
|
"log",
|
||||||
"num-derive",
|
"num-derive",
|
||||||
@ -3489,7 +3489,7 @@ dependencies = [
|
|||||||
"dir-diff",
|
"dir-diff",
|
||||||
"flate2",
|
"flate2",
|
||||||
"fnv",
|
"fnv",
|
||||||
"itertools 0.9.0",
|
"itertools 0.10.1",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"libc",
|
"libc",
|
||||||
"libloading",
|
"libloading",
|
||||||
@ -3540,7 +3540,7 @@ dependencies = [
|
|||||||
"generic-array 0.14.4",
|
"generic-array 0.14.4",
|
||||||
"hex",
|
"hex",
|
||||||
"hmac 0.11.0",
|
"hmac 0.11.0",
|
||||||
"itertools 0.9.0",
|
"itertools 0.10.1",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"libsecp256k1",
|
"libsecp256k1",
|
||||||
"log",
|
"log",
|
||||||
|
@ -22,7 +22,7 @@ walkdir = "2"
|
|||||||
bincode = "1.1.4"
|
bincode = "1.1.4"
|
||||||
byteorder = "1.3.2"
|
byteorder = "1.3.2"
|
||||||
elf = "0.0.10"
|
elf = "0.0.10"
|
||||||
itertools = "0.10.0"
|
itertools = "0.10.1"
|
||||||
log = "0.4.11"
|
log = "0.4.11"
|
||||||
miow = "0.2.2"
|
miow = "0.2.2"
|
||||||
net2 = "0.2.37"
|
net2 = "0.2.37"
|
||||||
|
@ -14,7 +14,7 @@ base64 = "0.12.3"
|
|||||||
bincode = "1.3.1"
|
bincode = "1.3.1"
|
||||||
bs58 = "0.4.0"
|
bs58 = "0.4.0"
|
||||||
crossbeam-channel = "0.5"
|
crossbeam-channel = "0.5"
|
||||||
itertools = "0.9.0"
|
itertools = "0.10.1"
|
||||||
jsonrpc-core = "17.1.0"
|
jsonrpc-core = "17.1.0"
|
||||||
jsonrpc-core-client = { version = "17.1.0", features = ["ipc", "ws"] }
|
jsonrpc-core-client = { version = "17.1.0", features = ["ipc", "ws"] }
|
||||||
jsonrpc-derive = "17.1.0"
|
jsonrpc-derive = "17.1.0"
|
||||||
|
@ -21,7 +21,7 @@ crossbeam-channel = "0.5"
|
|||||||
dir-diff = "0.3.2"
|
dir-diff = "0.3.2"
|
||||||
flate2 = "1.0.14"
|
flate2 = "1.0.14"
|
||||||
fnv = "1.0.7"
|
fnv = "1.0.7"
|
||||||
itertools = "0.9.0"
|
itertools = "0.10.1"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
libc = "0.2.81"
|
libc = "0.2.81"
|
||||||
libloading = "0.7.0"
|
libloading = "0.7.0"
|
||||||
|
@ -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 }
|
generic-array = { version = "0.14.4", default-features = false, features = ["serde", "more_lengths"], optional = true }
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
hmac = "0.11.0"
|
hmac = "0.11.0"
|
||||||
itertools = "0.9.0"
|
itertools = "0.10.1"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
libsecp256k1 = { version = "0.5.0", optional = true }
|
libsecp256k1 = { version = "0.5.0", optional = true }
|
||||||
log = "0.4.11"
|
log = "0.4.11"
|
||||||
|
@ -17,7 +17,7 @@ borsh-derive = "0.9.0"
|
|||||||
bs58 = "0.4.0"
|
bs58 = "0.4.0"
|
||||||
bv = { version = "0.11.1", features = ["serde"] }
|
bv = { version = "0.11.1", features = ["serde"] }
|
||||||
hex = "0.4.2"
|
hex = "0.4.2"
|
||||||
itertools = "0.9.0"
|
itertools = "0.10.1"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
num-derive = "0.3"
|
num-derive = "0.3"
|
||||||
|
Reference in New Issue
Block a user