Update html5ever/xml5ever.

This commit is contained in:
Josh Matthews 2022-04-01 01:42:18 -04:00
parent a24a4f0608
commit 9eaa27c946
10 changed files with 117 additions and 50 deletions

View file

@ -22,7 +22,7 @@ euclid = "0.20"
fnv = "1.0"
gfx = { path = "../gfx" }
gfx_traits = { path = "../gfx_traits" }
html5ever = "0.25"
html5ever = "0.26"
ipc-channel = "0.14"
lazy_static = "1"
libc = "0.2"

View file

@ -23,7 +23,7 @@ fnv = "1.0"
fxhash = "0.2"
gfx = { path = "../gfx" }
gfx_traits = { path = "../gfx_traits" }
html5ever = "0.25"
html5ever = "0.26"
ipc-channel = "0.14"
libc = "0.2"
log = "0.4"

View file

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

View file

@ -20,7 +20,7 @@ fnv = "1.0"
fxhash = "0.2"
gfx = { path = "../gfx" }
gfx_traits = { path = "../gfx_traits" }
html5ever = "0.25"
html5ever = "0.26"
ipc-channel = "0.14"
layout = { path = "../layout_2020", package = "layout_2020" }
layout_traits = { path = "../layout_traits" }

View file

@ -51,4 +51,4 @@ url = { version = "2.0", optional = true }
uuid = { version = "0.8", features = ["v4"], optional = true }
void = "1.0.2"
webrender_api = { git = "https://github.com/servo/webrender", optional = true }
xml5ever = { version = "0.16", optional = true }
xml5ever = { version = "0.17", optional = true }

View file

@ -55,7 +55,7 @@ euclid = "0.20"
fnv = "1.0"
fxhash = "0.2"
headers = "0.3"
html5ever = "0.25"
html5ever = "0.26"
http = "0.2"
hyper_serde = "0.12"
image = "0.23"
@ -116,7 +116,7 @@ webdriver = "0.44"
webgpu = { path = "../webgpu" }
webrender_api = { git = "https://github.com/servo/webrender" }
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }
xml5ever = "0.16"
xml5ever = "0.17"
[target.'cfg(not(target_os = "ios"))'.dependencies]
mozangle = "0.2"

View file

@ -18,7 +18,7 @@ crossbeam-channel = "0.4"
euclid = "0.20"
fxhash = "0.2"
gfx_traits = { path = "../gfx_traits" }
html5ever = "0.25"
html5ever = "0.26"
ipc-channel = "0.14"
libc = "0.2"
malloc_size_of = { path = "../malloc_size_of" }

View file

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