Update html5ever to 0.24

This commit is contained in:
Anthony Ramine 2019-09-27 13:24:49 +02:00
parent 1b57558d16
commit bceecddb64
10 changed files with 31 additions and 31 deletions

View file

@ -57,7 +57,7 @@ servo_allocator = {path = "../allocator"}
servo-fontconfig = "0.4"
[target.'cfg(target_os = "android")'.dependencies]
xml5ever = {version = "0.14"}
xml5ever = {version = "0.15"}
[target.'cfg(target_os = "windows")'.dependencies]
dwrote = "0.9"

View file

@ -24,7 +24,7 @@ fnv = "1.0"
fxhash = "0.2"
gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
html5ever = "0.23"
html5ever = "0.24"
ipc-channel = "0.12"
lazy_static = "1"
libc = "0.2"

View file

@ -21,7 +21,7 @@ fxhash = "0.2"
gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
histogram = "0.6.8"
html5ever = "0.23"
html5ever = "0.24"
ipc-channel = "0.12"
layout = {path = "../layout", package = "layout_2013"}
layout_traits = {path = "../layout_traits"}

View file

@ -21,7 +21,7 @@ fxhash = "0.2"
gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
histogram = "0.6.8"
html5ever = "0.23"
html5ever = "0.24"
ipc-channel = "0.12"
layout = {path = "../layout_2020", package = "layout_2020"}
layout_traits = {path = "../layout_traits"}

View file

@ -43,5 +43,5 @@ thin-slice = "0.1.0"
time = { version = "0.1.17", optional = true }
url = { version = "2.0", optional = true }
webrender_api = { git = "https://github.com/servo/webrender", features = ["ipc"], optional = true }
xml5ever = { version = "0.14", optional = true }
xml5ever = { version = "0.15", optional = true }
void = "1.0.2"

View file

@ -54,7 +54,7 @@ enum-iterator = "0.3"
euclid = "0.20"
fnv = "1.0"
headers = "0.2"
html5ever = "0.23"
html5ever = "0.24"
http = "0.1"
hyper = "0.12"
hyper_serde = "0.11"
@ -112,7 +112,7 @@ unicode-segmentation = "1.1.0"
url = "2.0"
utf-8 = "0.7"
uuid = {version = "0.7", features = ["v4"]}
xml5ever = {version = "0.14"}
xml5ever = {version = "0.15"}
webdriver = "0.40"
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
webvr_traits = {path = "../webvr_traits"}

View file

@ -18,7 +18,7 @@ cssparser = "0.25"
crossbeam-channel = "0.3"
euclid = "0.20"
gfx_traits = {path = "../gfx_traits"}
html5ever = "0.23"
html5ever = "0.24"
ipc-channel = "0.12"
libc = "0.2"
time = "0.1.17"

View file

@ -41,7 +41,7 @@ euclid = "0.20"
fallible = { path = "../fallible" }
fxhash = "0.2"
hashglobe = { path = "../hashglobe" }
html5ever = {version = "0.23", optional = true}
html5ever = {version = "0.24", optional = true}
indexmap = "1.0"
itertools = "0.8"
itoa = "0.4"