mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update clap, clippy, deflate, flate2, open, unicode-segmentation, owning_ref, parking_lot, phf, quote, walkdir
This commit is contained in:
parent
df487197e8
commit
727a1fe3de
4 changed files with 120 additions and 102 deletions
|
@ -11,7 +11,7 @@ path = "lib.rs"
|
|||
plugin = true
|
||||
|
||||
[dependencies.clippy_lints]
|
||||
version = "0.0.107"
|
||||
version = "0.0.112"
|
||||
optional = true
|
||||
|
||||
[features]
|
||||
|
|
|
@ -55,7 +55,7 @@ smallvec = "0.1"
|
|||
style_traits = {path = "../style_traits"}
|
||||
servo_url = {path = "../url"}
|
||||
time = "0.1"
|
||||
unicode-segmentation = "0.1.2"
|
||||
unicode-segmentation = "1.0"
|
||||
|
||||
[dependencies.num_cpus]
|
||||
optional = true
|
||||
|
@ -69,4 +69,4 @@ lazy_static = "0.2"
|
|||
bindgen = { version = "0.20.1", optional = true }
|
||||
phf_codegen = "0.7.20"
|
||||
regex = {version = "0.2", optional = true}
|
||||
walkdir = "0.1"
|
||||
walkdir = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue