From 4c04712d8208ecc29b6326ac23b9526a7b114994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 09:53:49 +0000 Subject: [PATCH] Bump itertools from 0.11.0 to 0.12.0 Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.11.0 to 0.12.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... 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 f370e00..a1b7d2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,9 +367,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" +checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" dependencies = [ "either", ] diff --git a/Cargo.toml b/Cargo.toml index 3677a5e..328a118 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ bump_alloc = "0.1.0" clap = { version = "4.4.8", features = [ "std", "color", "suggestions", "cargo" ] } crossbeam = "0.8.2" ignore = "0.4.20" -itertools = "0.11.0" +itertools = "0.12.0" rayon = "1.8.0" serde = { version = "1.0.192", features = [ "derive" ] } serde_json = "1.0.108"