mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
build(deps): bump itertools from 0.12.1 to 0.13.0 (#32372)
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.13.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.1...v0.13.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:
parent
373481e420
commit
512e67f6d1
2 changed files with 3 additions and 12 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
@ -3090,15 +3090,6 @@ dependencies = [
|
||||||
"either",
|
"either",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "itertools"
|
|
||||||
version = "0.12.1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
||||||
dependencies = [
|
|
||||||
"either",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "itertools"
|
name = "itertools"
|
||||||
version = "0.13.0"
|
version = "0.13.0"
|
||||||
|
@ -5080,7 +5071,7 @@ dependencies = [
|
||||||
"image",
|
"image",
|
||||||
"indexmap 2.2.6",
|
"indexmap 2.2.6",
|
||||||
"ipc-channel",
|
"ipc-channel",
|
||||||
"itertools 0.12.1",
|
"itertools 0.13.0",
|
||||||
"jstraceable_derive",
|
"jstraceable_derive",
|
||||||
"keyboard-types",
|
"keyboard-types",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
|
@ -5581,7 +5572,7 @@ dependencies = [
|
||||||
name = "servo_config_plugins"
|
name = "servo_config_plugins"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itertools 0.12.1",
|
"itertools 0.13.0",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.66",
|
"syn 2.0.66",
|
||||||
|
|
|
@ -59,7 +59,7 @@ image = "0.24"
|
||||||
imsz = "0.2"
|
imsz = "0.2"
|
||||||
indexmap = { version = "2.2.6", features = ["std"] }
|
indexmap = { version = "2.2.6", features = ["std"] }
|
||||||
ipc-channel = "0.18"
|
ipc-channel = "0.18"
|
||||||
itertools = "0.12"
|
itertools = "0.13"
|
||||||
jemalloc-sys = "0.5.4"
|
jemalloc-sys = "0.5.4"
|
||||||
jemallocator = "0.5.4"
|
jemallocator = "0.5.4"
|
||||||
keyboard-types = "0.7"
|
keyboard-types = "0.7"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue