mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Update aho-corasick, backtrace-sys, image, parking_lot, pdqsort, syn
This commit is contained in:
parent
2af79b82f2
commit
6d43fd933f
5 changed files with 54 additions and 58 deletions
|
@ -26,7 +26,7 @@ libc = "0.2"
|
|||
log = "0.3.5"
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
ordered-float = "0.2.2"
|
||||
ordered-float = "0.4"
|
||||
plugins = {path = "../plugins"}
|
||||
range = {path = "../range"}
|
||||
serde = "0.8"
|
||||
|
|
|
@ -26,7 +26,7 @@ libc = "0.2"
|
|||
log = "0.3.5"
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
ordered-float = "0.2.2"
|
||||
ordered-float = "0.4"
|
||||
parking_lot = "0.3.3"
|
||||
plugins = {path = "../plugins"}
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
|
|
|
@ -67,9 +67,6 @@ git = "https://github.com/servo/webrender"
|
|||
default-features = false
|
||||
features = ["serde_derive", "ipc"]
|
||||
|
||||
[target.'cfg(not(target_os = "android"))'.dependencies]
|
||||
sig = "0.1"
|
||||
|
||||
[target.'cfg(target_os = "android")'.dependencies]
|
||||
log = "0.3"
|
||||
android_glue = "0.2"
|
||||
|
|
|
@ -39,7 +39,7 @@ matches = "0.1"
|
|||
nsstring_vendor = {path = "gecko_bindings/nsstring_vendor", optional = true}
|
||||
num-integer = "0.1.32"
|
||||
num-traits = "0.1.32"
|
||||
ordered-float = "0.2.2"
|
||||
ordered-float = "0.4"
|
||||
owning_ref = "0.2.2"
|
||||
parking_lot = "0.3.3"
|
||||
phf = "0.7.20"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue