From f88b79d42b117e8233a75f0183015d0e1e75f4ba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 08:42:11 -0600 Subject: [PATCH] Bump itertools from 0.8.2 to 0.9.0 (#8756) Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.8.2 to 0.9.0. - [Release notes](https://github.com/bluss/rust-itertools/releases) - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/bluss/rust-itertools/commits) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 21 +++++++++++++++------ bench-exchange/Cargo.toml | 2 +- core/Cargo.toml | 2 +- ledger/Cargo.toml | 2 +- local-cluster/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- 7 files changed, 21 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ae1d81d3..848069f26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1683,6 +1683,14 @@ dependencies = [ "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "itertools" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "itoa" version = "0.4.4" @@ -3581,7 +3589,7 @@ name = "solana-bench-exchange" version = "1.1.0" dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", - "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3841,7 +3849,7 @@ dependencies = [ "ed25519-dalek 1.0.0-pre.1 (registry+https://github.com/rust-lang/crates.io-index)", "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4085,7 +4093,7 @@ dependencies = [ "dir-diff 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "ed25519-dalek 1.0.0-pre.1 (registry+https://github.com/rust-lang/crates.io-index)", "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4156,7 +4164,7 @@ name = "solana-local-cluster" version = "1.1.0" dependencies = [ "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "serial_test 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4381,7 +4389,7 @@ dependencies = [ "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4429,7 +4437,7 @@ dependencies = [ "generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -6281,6 +6289,7 @@ dependencies = [ "checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" "checksum itertools 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0d47946d458e94a1b7bcabbf6521ea7c037062c81f534615abcad76e84d4970d" "checksum itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484" +"checksum itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" "checksum jemalloc-ctl 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7" "checksum jemalloc-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45" diff --git a/bench-exchange/Cargo.toml b/bench-exchange/Cargo.toml index fe0fad233..a50a95054 100644 --- a/bench-exchange/Cargo.toml +++ b/bench-exchange/Cargo.toml @@ -10,7 +10,7 @@ publish = false [dependencies] clap = "2.32.0" -itertools = "0.8.2" +itertools = "0.9.0" log = "0.4.8" num-derive = "0.3" num-traits = "0.2" diff --git a/core/Cargo.toml b/core/Cargo.toml index e3337afee..416c58c53 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -23,7 +23,7 @@ core_affinity = "0.5.10" crossbeam-channel = "0.4" fs_extra = "1.1.0" indexmap = "1.3" -itertools = "0.8.2" +itertools = "0.9.0" jsonrpc-core = "14.0.5" jsonrpc-core-client = { version = "14.0.5", features = ["ws"] } jsonrpc-derive = "14.0.5" diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 497975dcb..8a94f5d03 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -17,7 +17,7 @@ crossbeam-channel = "0.4" dir-diff = "0.3.2" sha2 = "0.8.1" fs_extra = "1.1.0" -itertools = "0.8.2" +itertools = "0.9.0" libc = "0.2.67" log = { version = "0.4.8" } rand = "0.6.5" diff --git a/local-cluster/Cargo.toml b/local-cluster/Cargo.toml index 45f75364e..3e360171c 100644 --- a/local-cluster/Cargo.toml +++ b/local-cluster/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" homepage = "https://solana.com/" [dependencies] -itertools = "0.8.1" +itertools = "0.9.0" log = "0.4.8" rand = "0.6.5" solana-archiver-lib = { path = "../archiver-lib", version = "1.1.0" } diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 367c5ff31..ff0e2a67d 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -14,7 +14,7 @@ bv = { version = "0.11.0", features = ["serde"] } byteorder = "1.3.4" fnv = "1.0.6" fs_extra = "1.1.0" -itertools = "0.8.2" +itertools = "0.9.0" libc = "0.2.67" libloading = "0.5.2" log = "0.4.8" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 7fc9f02ae..e3234cd6a 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -35,7 +35,7 @@ chrono = { version = "0.4", optional = true } generic-array = { version = "0.13.2", default-features = false, features = ["serde", "more_lengths"] } hex = "0.4.2" hmac = "0.7.0" -itertools = { version = "0.8.2" } +itertools = { version = "0.9.0" } log = { version = "0.4.8" } memmap = { version = "0.7.0", optional = true } num-derive = { version = "0.3" }