mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
parent
bd9c17234c
commit
8834ff766c
3 changed files with 4 additions and 14 deletions
15
Cargo.lock
generated
15
Cargo.lock
generated
|
@ -2908,15 +2908,6 @@ dependencies = [
|
||||||
"windows",
|
"windows",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "itertools"
|
|
||||||
version = "0.8.0"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
|
|
||||||
dependencies = [
|
|
||||||
"either",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "itertools"
|
name = "itertools"
|
||||||
version = "0.10.5"
|
version = "0.10.5"
|
||||||
|
@ -4865,7 +4856,7 @@ dependencies = [
|
||||||
"image",
|
"image",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"ipc-channel",
|
"ipc-channel",
|
||||||
"itertools 0.8.0",
|
"itertools",
|
||||||
"jstraceable_derive",
|
"jstraceable_derive",
|
||||||
"keyboard-types",
|
"keyboard-types",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
|
@ -5364,7 +5355,7 @@ dependencies = [
|
||||||
name = "servo_config_plugins"
|
name = "servo_config_plugins"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itertools 0.8.0",
|
"itertools",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
"syn 2.0.37",
|
"syn 2.0.37",
|
||||||
|
@ -5784,7 +5775,7 @@ dependencies = [
|
||||||
"fxhash",
|
"fxhash",
|
||||||
"html5ever",
|
"html5ever",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"itertools 0.10.5",
|
"itertools",
|
||||||
"itoa",
|
"itoa",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"log",
|
"log",
|
||||||
|
|
|
@ -44,7 +44,7 @@ image = "0.24"
|
||||||
imsz = "0.2"
|
imsz = "0.2"
|
||||||
indexmap = { version = "1.0.2", features = ["std"] }
|
indexmap = { version = "1.0.2", features = ["std"] }
|
||||||
ipc-channel = "0.17"
|
ipc-channel = "0.17"
|
||||||
itertools = "0.8"
|
itertools = "0.10"
|
||||||
keyboard-types = "0.6"
|
keyboard-types = "0.6"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
|
@ -27,7 +27,6 @@ packages = [
|
||||||
"core-foundation",
|
"core-foundation",
|
||||||
"core-foundation-sys",
|
"core-foundation-sys",
|
||||||
"futures",
|
"futures",
|
||||||
"itertools",
|
|
||||||
"libloading",
|
"libloading",
|
||||||
"mio",
|
"mio",
|
||||||
"nix",
|
"nix",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue