Bump string_cache, html5ever and xml5ever

This commit is contained in:
Bastien Orivel 2017-12-07 20:34:13 +01:00
parent ff70c4426d
commit 4b16ff7236
10 changed files with 37 additions and 35 deletions

View file

@ -10,7 +10,7 @@ build = "build.rs"
path = "lib.rs"
[dependencies]
string_cache = {version = "0.6"}
string_cache = {version = "0.7"}
[build-dependencies]
string_cache_codegen = "0.4"

View file

@ -59,7 +59,7 @@ servo_allocator = {path = "../allocator"}
servo-fontconfig = "0.2.1"
[target.'cfg(target_os = "android")'.dependencies]
xml5ever = {version = "0.11"}
xml5ever = {version = "0.12"}
[target.'cfg(any(target_feature = "sse2", target_feature = "neon"))'.dependencies]
simd = {version = "0.2.0", optional = true}

View file

@ -18,7 +18,7 @@ euclid = "0.15"
fnv = "1.0"
gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
html5ever = "0.21.0"
html5ever = "0.22"
ipc-channel = "0.9"
libc = "0.2"
log = "0.3.5"

View file

@ -19,7 +19,7 @@ euclid = "0.15"
fnv = "1.0"
gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
html5ever = "0.21.0"
html5ever = "0.22"
ipc-channel = "0.9"
layout = {path = "../layout"}
layout_traits = {path = "../layout_traits"}

View file

@ -20,7 +20,7 @@ mozjs = { version = "0.1.8", features = ["promises"], optional = true }
servo_arc = { path = "../servo_arc" }
smallbitvec = "1.0.3"
smallvec = "0.6"
string_cache = { version = "0.6", optional = true }
string_cache = { version = "0.7", optional = true }
url = { version = "1.2", optional = true }
webrender_api = { git = "https://github.com/servo/webrender", features = ["ipc"], optional = true }
xml5ever = { version = "0.11", optional = true }
xml5ever = { version = "0.12", optional = true }

View file

@ -49,7 +49,7 @@ euclid = "0.15"
fnv = "1.0"
gleam = "0.4"
half = "1.0"
html5ever = "0.21"
html5ever = "0.22"
hyper = "0.10"
hyper_serde = "0.8"
image = "0.17"
@ -98,7 +98,7 @@ unicode-segmentation = "1.1.0"
url = "1.6"
utf-8 = "0.7"
uuid = {version = "0.5", features = ["v4"]}
xml5ever = {version = "0.11"}
xml5ever = {version = "0.12"}
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
webvr_traits = {path = "../webvr_traits"}

View file

@ -16,7 +16,7 @@ canvas_traits = {path = "../canvas_traits"}
cssparser = "0.23.0"
euclid = "0.15"
gfx_traits = {path = "../gfx_traits"}
html5ever = "0.21.0"
html5ever = "0.22"
ipc-channel = "0.9"
libc = "0.2"
log = "0.3.5"

View file

@ -41,7 +41,7 @@ euclid = "0.15"
fallible = { path = "../fallible" }
fnv = "1.0"
hashglobe = { path = "../hashglobe" }
html5ever = {version = "0.21", optional = true}
html5ever = {version = "0.22", optional = true}
itertools = "0.5"
itoa = "0.3"
lazy_static = "1"