From 2b1e1a7245f580a106883776125dd5a8f1c7e8f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 23:02:25 +0000 Subject: [PATCH] Bump itertools from 0.10.0 to 0.10.3 Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.0 to 0.10.3. - [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.10.0...v0.10.3) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a19d35f8..626678b41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,9 +163,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.10.0" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" +checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" dependencies = [ "either", ] diff --git a/Cargo.toml b/Cargo.toml index a56f92cac..b4bd8002c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ rand = { version = "0.8", features = ["getrandom", "small_rng"], optional = true tokio = { version = "1.5.0", optional = true } [dev-dependencies] -itertools = "0.10.0" +itertools = "0.10.3" lazy_static = "1" quickcheck = "1.0.3" tokio = { version = "1.5.0", features = ["io-util", "macros", "rt-multi-thread"] }