From a99b74a748f48c403a192ba5ad457b72f2174c0c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Dec 2020 06:09:18 +0000 Subject: [PATCH] Bump itertools from 0.9.0 to 0.10.0 Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.9.0 to 0.10.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/compare/v0.9.0...v0.10.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38d2bd39..4bb86557 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -432,9 +432,9 @@ version = "0.1.2" [[package]] name = "itertools" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" +checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" dependencies = [ "either", ] diff --git a/Cargo.toml b/Cargo.toml index 72c85377..67e865c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ crossterm = { version = "0.18", features = [ "serde" ] } clap = { version = "2.33", default-features = false } tui = { version = "0.13", default-features = false, features = ['crossterm', 'serde'] } bytesize = { version = "1.0.1", default-features = false} -itertools = "0.9" +itertools = "0.10" rayon-core = "1.9" log = "0.4" simplelog = { version = "0.9", default-features = false }