From 547929b517bf2023964c23f6a346ef59bb460304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 02:02:52 +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-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +----------- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4389a082..1edd4ab1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,8 +133,7 @@ dependencies = [ "grep-cli", "home", "indexmap", - "itertools 0.13.0", - "itertools 0.14.0", + "itertools", "minus", "nix", "nu-ansi-term", @@ -900,15 +899,6 @@ version = "1.70.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" -[[package]] -name = "itertools" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" -dependencies = [ - "either", -] - [[package]] name = "itertools" version = "0.14.0" diff --git a/Cargo.toml b/Cargo.toml index 089822b8..e19f6888 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ encoding_rs = "0.8.35" execute = { version = "0.2.13", optional = true } terminal-colorsaurus = "1.0" unicode-segmentation = "1.12.0" -itertools = "0.13.0" +itertools = "0.14.0" [dependencies.git2] version = "0.20"