From 8b05b7449d3ceaeb6ae834246012ac04a4f048c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 18:08:08 +0000 Subject: [PATCH] build(deps): bump itertools from 0.13.0 to 0.14.0 (#36864) Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.13.0 to 0.14.0.
Changelog

Sourced from itertools's changelog.

0.14.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.13.0&new-version=0.14.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 | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7923a1d7a72..6940195ff30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,7 +526,7 @@ dependencies = [ "bitflags 2.9.0", "cexpr", "clang-sys", - "itertools 0.13.0", + "itertools 0.10.5", "proc-macro2", "quote", "regex", @@ -2186,7 +2186,7 @@ dependencies = [ "freetype-sys", "harfbuzz-sys", "ipc-channel", - "itertools 0.13.0", + "itertools 0.14.0", "libc", "log", "malloc_size_of_derive", @@ -4165,7 +4165,7 @@ dependencies = [ "icu_locid", "icu_segmenter", "ipc-channel", - "itertools 0.13.0", + "itertools 0.14.0", "log", "malloc_size_of_derive", "net_traits", @@ -4819,7 +4819,7 @@ dependencies = [ "hyper_serde", "imsz", "ipc-channel", - "itertools 0.13.0", + "itertools 0.14.0", "log", "malloc_size_of_derive", "mime", @@ -6266,7 +6266,7 @@ dependencies = [ "image", "indexmap", "ipc-channel", - "itertools 0.13.0", + "itertools 0.14.0", "jstraceable_derive", "keyboard-types", "libc", diff --git a/Cargo.toml b/Cargo.toml index 0ed813078f4..a82fb8aea73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ image = "0.24" imsz = "0.2" indexmap = { version = "2.9.0", features = ["std"] } ipc-channel = "0.19" -itertools = "0.13" +itertools = "0.14" js = { package = "mozjs", git = "https://github.com/servo/mozjs" } keyboard-types = "0.7" libc = "0.2"