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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-06 14:10:11 -05:00 committed by GitHub
parent d83741d14c
commit 2cecd1c99e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"