Auto merge of #15588 - servo:serde, r=SimonSapin

Update serde to 0.9

<!-- 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/15588)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-02-18 12:10:26 -08:00 committed by GitHub
commit 7f3a75fa80
73 changed files with 634 additions and 608 deletions

View file

@ -20,7 +20,7 @@ debugmozjs = ["libservo/debugmozjs"]
[dependencies]
compositing = {path = "../../components/compositing"}
devtools = {path = "../../components/devtools"}
euclid = "0.10.1"
euclid = "0.11"
gleam = "0.2.8"
glutin_app = {path = "../glutin"}
libc = "0.2"
@ -42,7 +42,7 @@ features = ["serde_derive", "ipc"]
[target.'cfg(target_os="macos")'.dependencies]
objc = "0.2"
cocoa = "0.7"
cocoa = "0.8"
[target.'cfg(target_os="linux")'.dependencies]
x11 = "2.3"

View file

@ -13,11 +13,11 @@ crate-type = ["staticlib", "rlib"]
bindgen = ["style/use_bindgen"]
[dependencies]
app_units = "0.3"
app_units = "0.4"
atomic_refcell = "0.1"
cssparser = {version = "0.9"}
cssparser = "0.10"
env_logger = {version = "0.4", default-features = false} # disable `regex` to reduce code size
euclid = "0.10.1"
euclid = "0.11"
lazy_static = "0.2"
libc = "0.2"
log = {version = "0.3.5", features = ["release_max_level_info"]}

View file

@ -11,13 +11,13 @@ path = "lib.rs"
[dependencies]
bitflags = "0.7"
compositing = {path = "../../components/compositing"}
euclid = "0.10.1"
euclid = "0.11"
gleam = "0.2.8"
log = "0.3.5"
msg = {path = "../../components/msg"}
net_traits = {path = "../../components/net_traits"}
script_traits = {path = "../../components/script_traits"}
servo-glutin = "0.8"
servo-glutin = "0.9"
servo_geometry = {path = "../../components/geometry"}
servo_config = {path = "../../components/config"}
servo_url = {path = "../../components/url"}