From 2cecd1c99e2a28476019256d332672082d5ea66f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 14:10:11 -0500 Subject: [PATCH] build(deps): bump itertools from 0.10.5 to 0.12.0 (#31011) Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.12.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.5...v0.12.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ffb2cec68a3..4cc5a06a684 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4949,7 +4949,7 @@ dependencies = [ "image", "indexmap 2.1.0", "ipc-channel", - "itertools 0.10.5", + "itertools 0.12.0", "jstraceable_derive", "keyboard-types", "lazy_static", @@ -5441,7 +5441,7 @@ dependencies = [ name = "servo_config_plugins" version = "0.0.1" dependencies = [ - "itertools 0.10.5", + "itertools 0.12.0", "proc-macro2", "quote", "syn 2.0.46", diff --git a/Cargo.toml b/Cargo.toml index a23d445a4ac..aa0ad96a429 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ image = "0.24" imsz = "0.2" indexmap = { version = "2.1.0", features = ["std"] } ipc-channel = "0.18" -itertools = "0.10" +itertools = "0.12" jemallocator = "0.5.4" jemalloc-sys = "0.5.4" keyboard-types = "0.6"