From c4fa8498444e14ba0c9753591d88f75058e3f2a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 15:28:49 -0600 Subject: [PATCH] chore: bump itertools from 0.10.3 to 0.10.5 (#27962) * chore: bump itertools from 0.10.3 to 0.10.5 Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.3 to 0.10.5. - [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/commits) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- dos/Cargo.toml | 2 +- gossip/Cargo.toml | 2 +- ledger-tool/Cargo.toml | 2 +- ledger/Cargo.toml | 2 +- local-cluster/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 4 ++-- rpc/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- storage-bigtable/build-proto/Cargo.lock | 4 ++-- streamer/Cargo.toml | 2 +- tpu-client/Cargo.toml | 2 +- zk-token-sdk/Cargo.toml | 2 +- 15 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9783c4833..f7dfc92e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2226,9 +2226,9 @@ checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" [[package]] name = "itertools" -version = "0.10.3" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" +checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" dependencies = [ "either", ] diff --git a/core/Cargo.toml b/core/Cargo.toml index f4359499b..42e0bf662 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -25,7 +25,7 @@ eager = "0.1.0" etcd-client = { version = "0.8.1", features = ["tls"] } fs_extra = "1.2.0" histogram = "0.6.9" -itertools = "0.10.3" +itertools = "0.10.5" lazy_static = "1.4.0" log = "0.4.17" lru = "0.7.7" diff --git a/dos/Cargo.toml b/dos/Cargo.toml index ed07884a4..f8b7116f8 100644 --- a/dos/Cargo.toml +++ b/dos/Cargo.toml @@ -13,7 +13,7 @@ description = "Tool to send various requests to cluster in order to evaluate the bincode = "1.3.3" clap = { version = "3.1.5", features = ["derive", "cargo"] } crossbeam-channel = "0.5.6" -itertools = "0.10.3" +itertools = "0.10.5" log = "0.4.17" rand = "0.7.0" serde = "1.0.144" diff --git a/gossip/Cargo.toml b/gossip/Cargo.toml index b06a78e7e..04c7c84ae 100644 --- a/gossip/Cargo.toml +++ b/gossip/Cargo.toml @@ -16,7 +16,7 @@ clap = "2.33.1" crossbeam-channel = "0.5" flate2 = "1.0" indexmap = { version = "1.9", features = ["rayon"] } -itertools = "0.10.3" +itertools = "0.10.5" log = "0.4.17" lru = "0.7.7" matches = "0.1.9" diff --git a/ledger-tool/Cargo.toml b/ledger-tool/Cargo.toml index 5c91d5306..4c4e5f3de 100644 --- a/ledger-tool/Cargo.toml +++ b/ledger-tool/Cargo.toml @@ -17,7 +17,7 @@ crossbeam-channel = "0.5" csv = "1.1.6" dashmap = "4.0.2" histogram = "0.6.9" -itertools = "0.10.3" +itertools = "0.10.5" log = { version = "0.4.17" } regex = "1" serde = { version = "1.0", features = ["derive"] } diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 36385f38f..bd72146d6 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -19,7 +19,7 @@ crossbeam-channel = "0.5" dashmap = { version = "4.0.2", features = ["rayon", "raw-api"] } fs_extra = "1.2.0" futures = "0.3.23" -itertools = "0.10.3" +itertools = "0.10.5" lazy_static = "1.4.0" libc = "0.2.131" log = { version = "0.4.17" } diff --git a/local-cluster/Cargo.toml b/local-cluster/Cargo.toml index 7fdf36cf8..8f798c31b 100644 --- a/local-cluster/Cargo.toml +++ b/local-cluster/Cargo.toml @@ -12,7 +12,7 @@ documentation = "https://docs.rs/solana-local-cluster" [dependencies] crossbeam-channel = "0.5" fs_extra = "1.2.0" -itertools = "0.10.3" +itertools = "0.10.5" log = "0.4.17" rand = "0.7.0" rayon = "1.5.3" diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index 42f6d8cd2..cb6e23464 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -1978,9 +1978,9 @@ checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135" [[package]] name = "itertools" -version = "0.10.3" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" +checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" dependencies = [ "either", ] diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 28f5de5de..3e0086f95 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -15,7 +15,7 @@ bincode = "1.3.3" bs58 = "0.4.0" crossbeam-channel = "0.5" dashmap = "4.0.2" -itertools = "0.10.3" +itertools = "0.10.5" jsonrpc-core = "18.0.0" jsonrpc-core-client = { version = "18.0.0" } jsonrpc-derive = "18.0.0" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 631e9c5a1..cc0738864 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -24,7 +24,7 @@ flate2 = "1.0.24" fnv = "1.0.7" im = { version = "15.1.0", features = ["rayon", "serde"] } index_list = "0.2.7" -itertools = "0.10.3" +itertools = "0.10.5" lazy_static = "1.4.0" log = "0.4.17" lru = "0.7.7" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 060200194..59b5e62e2 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -53,7 +53,7 @@ ed25519-dalek = { version = "=1.0.1", optional = true } ed25519-dalek-bip32 = { version = "0.2.0", optional = true } generic-array = { version = "0.14.6", default-features = false, features = ["serde", "more_lengths"], optional = true } hmac = "0.12.1" -itertools = "0.10.3" +itertools = "0.10.5" lazy_static = "1.4.0" libsecp256k1 = { version = "0.6.0", optional = true } log = "0.4.17" diff --git a/storage-bigtable/build-proto/Cargo.lock b/storage-bigtable/build-proto/Cargo.lock index 411fce939..297c5cb17 100644 --- a/storage-bigtable/build-proto/Cargo.lock +++ b/storage-bigtable/build-proto/Cargo.lock @@ -101,9 +101,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.10.3" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" +checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" dependencies = [ "either", ] diff --git a/streamer/Cargo.toml b/streamer/Cargo.toml index 3d696ea5d..0a656f1f9 100644 --- a/streamer/Cargo.toml +++ b/streamer/Cargo.toml @@ -14,7 +14,7 @@ crossbeam-channel = "0.5" futures-util = "0.3.21" histogram = "0.6.9" indexmap = "1.9.1" -itertools = "0.10.3" +itertools = "0.10.5" libc = "0.2.131" log = "0.4.17" nix = "0.25.0" diff --git a/tpu-client/Cargo.toml b/tpu-client/Cargo.toml index 1779e56f0..3e79501c5 100644 --- a/tpu-client/Cargo.toml +++ b/tpu-client/Cargo.toml @@ -18,7 +18,7 @@ futures = "0.3" futures-util = "0.3.21" indexmap = "1.9.1" indicatif = { version = "0.17.0", optional = true } -itertools = "0.10.2" +itertools = "0.10.5" lazy_static = "1.4.0" log = "0.4.17" quinn = "0.8.4" diff --git a/zk-token-sdk/Cargo.toml b/zk-token-sdk/Cargo.toml index 92d550271..f4b871173 100644 --- a/zk-token-sdk/Cargo.toml +++ b/zk-token-sdk/Cargo.toml @@ -22,7 +22,7 @@ byteorder = "1" cipher = "0.4" curve25519-dalek = { version = "3.2.1", features = ["serde"] } getrandom = { version = "0.1", features = ["dummy"] } -itertools = "0.10.3" +itertools = "0.10.5" lazy_static = "1.4.0" merlin = "3" rand = "0.7"