From 59e95088a253834a2dd0b67b18b1eb408cc1a5f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 08:59:13 +0000 Subject: [PATCH] build(deps): bump itertools from 0.13.0 to 0.14.0 Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.13.0 to 0.14.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.13.0...v0.14.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 | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cb469dc..fed5b3a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -355,7 +355,7 @@ dependencies = [ "ignore", "im-rc", "indexmap 2.4.0", - "itertools", + "itertools 0.13.0", "jobserver", "lazycell", "libc", @@ -2656,6 +2656,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.11" @@ -3023,7 +3032,7 @@ dependencies = [ "indoc", "insta", "is-terminal", - "itertools", + "itertools 0.14.0", "once_cell", "owo-colors", "parse-display", diff --git a/Cargo.toml b/Cargo.toml index c8975133..a4bcfa87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ flate2 = "1.0.34" heck = "0.5.0" indoc = "2.0.5" is-terminal = "0.4.13" -itertools = "0.13.0" +itertools = "0.14.0" once_cell = "1.20.2" owo-colors = "4.1.0" parse-display = "0.10.0"