Skip to content

Commit

Permalink
Update html5ever to 0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
nox committed Sep 27, 2019
1 parent 1b57558 commit bceecdd
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 31 deletions.
42 changes: 21 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/gfx/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion components/layout/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion components/layout_thread/Cargo.toml
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion components/layout_thread_2020/Cargo.toml
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion components/malloc_size_of/Cargo.toml
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions components/script/Cargo.toml
Expand Up @@ -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"
Expand Down Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion components/script_layout_interface/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/style/Cargo.toml
Expand Up @@ -14,7 +14,7 @@ byteorder = "1.0"
app_units = "0.7"
cssparser = "0.25"
euclid = "0.20"
html5ever = "0.23"
html5ever = "0.24"
rayon = "1"
serde_json = "1.0"
selectors = {path = "../../../components/selectors"}
Expand Down

0 comments on commit bceecdd

Please sign in to comment.