From 6be458c6869f596471ada820d719967ec46e7ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:02:48 +0800 Subject: [PATCH] Bump itertools from 0.12.1 to 0.13.0 (#13774) Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.13.0.
Changelog

Sourced from itertools's changelog.

0.13.0

Breaking

Added

Changed

Notable Internal Changes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=itertools&package-manager=cargo&previous-version=0.12.1&new-version=0.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 898b36a29a..023afbe0f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -375,7 +375,7 @@ dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", - "itertools 0.12.1", + "itertools 0.11.0", "lazy_static", "lazycell", "proc-macro2", @@ -3027,7 +3027,7 @@ version = "0.97.2" dependencies = [ "fancy-regex", "heck", - "itertools 0.12.1", + "itertools 0.13.0", "nu-ansi-term", "nu-cmd-base", "nu-cmd-lang", @@ -3050,7 +3050,7 @@ dependencies = [ name = "nu-cmd-lang" version = "0.97.2" dependencies = [ - "itertools 0.12.1", + "itertools 0.13.0", "nu-engine", "nu-parser", "nu-protocol", @@ -3062,7 +3062,7 @@ dependencies = [ name = "nu-cmd-plugin" version = "0.97.2" dependencies = [ - "itertools 0.12.1", + "itertools 0.13.0", "nu-engine", "nu-path", "nu-plugin-engine", @@ -3110,7 +3110,7 @@ dependencies = [ "human-date-parser", "indexmap", "indicatif", - "itertools 0.12.1", + "itertools 0.13.0", "log", "lscolors", "md-5", @@ -3286,7 +3286,7 @@ version = "0.97.2" dependencies = [ "bytesize", "chrono", - "itertools 0.12.1", + "itertools 0.13.0", "log", "nu-engine", "nu-path", @@ -3444,7 +3444,7 @@ name = "nu-system" version = "0.97.2" dependencies = [ "chrono", - "itertools 0.12.1", + "itertools 0.13.0", "libc", "libproc", "log", diff --git a/Cargo.toml b/Cargo.toml index e349c57a45..5a4cf3d536 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ indexmap = "2.5" indicatif = "0.17" interprocess = "2.2.0" is_executable = "1.0" -itertools = "0.12" +itertools = "0.13" libc = "0.2" libproc = "0.14" log = "0.4"