mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Auto merge of #15549 - mbrubeck:always-be-updating, r=jdm
Update aho-corasick, backtrace-sys, image, parking_lot, pdqsort, syn, & others <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15549) <!-- Reviewable:end -->
This commit is contained in:
commit
5a624ff956
5 changed files with 92 additions and 109 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"}
|
||||
|
|
|
@ -21,7 +21,6 @@ clippy = ["plugins/clippy"]
|
|||
debugmozjs = ["script/debugmozjs"]
|
||||
|
||||
[dependencies]
|
||||
backtrace = "0.3"
|
||||
bluetooth_traits = {path = "../bluetooth_traits"}
|
||||
bluetooth = {path = "../bluetooth"}
|
||||
canvas = {path = "../canvas"}
|
||||
|
@ -36,9 +35,7 @@ euclid = "0.10.1"
|
|||
gfx = {path = "../gfx"}
|
||||
gleam = "0.2"
|
||||
ipc-channel = "0.5"
|
||||
layout = {path = "../layout"}
|
||||
layout_thread = {path = "../layout_thread"}
|
||||
libc = "0.2"
|
||||
log = "0.3"
|
||||
msg = {path = "../msg"}
|
||||
net = {path = "../net"}
|
||||
|
@ -52,7 +49,6 @@ script_traits = {path = "../script_traits"}
|
|||
servo_config = {path = "../config"}
|
||||
servo_url = {path = "../url"}
|
||||
style = {path = "../style", features = ["servo"]}
|
||||
url = "1.2"
|
||||
webvr = {path = "../webvr"}
|
||||
webvr_traits = {path = "../webvr_traits"}
|
||||
webdriver_server = {path = "../webdriver_server", optional = true}
|
||||
|
@ -67,12 +63,5 @@ 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"
|
||||
|
||||
[target.'cfg(not(target_os = "windows"))'.dependencies]
|
||||
gaol = {git = "https://github.com/servo/gaol"}
|
||||
|
|
|
@ -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