From 9dcadd269289c63f81281846563f75326b631cf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:32:39 +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 | 13 +++++++++++-- Cargo.toml | 4 ++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 450a79ed..917acc73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -925,6 +925,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.9" @@ -967,7 +976,7 @@ dependencies = [ "indicatif", "indoc", "is-terminal", - "itertools", + "itertools 0.12.0", "log", "nix", "normpath", @@ -1255,7 +1264,7 @@ dependencies = [ "anstyle", "difflib", "float-cmp", - "itertools", + "itertools 0.11.0", "normalize-line-endings", "predicates-core", "regex", diff --git a/Cargo.toml b/Cargo.toml index 487b01d4..bd6a617b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ console = "0.15.7" ctrlc = "3.4.0" url = "2.4.0" cli-table = "0.4.7" -itertools = "0.11.0" +itertools = "0.12.0" cluFlock = "1.2.7" chrono = { version = "0.4.26", features = ["serde"] } human-panic = "1.1.5" @@ -73,7 +73,7 @@ nix = "0.27.1" [build-dependencies] anyhow = "1.0.72" -itertools = "0.11.0" +itertools = "0.12.0" serde = { version = "1.0.175", features = ["derive"] } serde_json = "1.0.103" semver = "1.0.18"