Skip to content

Commit

Permalink
Updated h5e and x5e
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilshagri committed Aug 18, 2017
1 parent 1877cac commit 99235c9
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 deletions.
38 changes: 19 additions & 19 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 @@ -55,7 +55,7 @@ freetype = "0.3"
servo-fontconfig = "0.2.1"

[target.'cfg(target_os = "android")'.dependencies]
xml5ever = {version = "0.8", features = ["unstable"]}
xml5ever = {version = "0.9"}

[target.'cfg(any(target_feature = "sse2", target_feature = "neon"))'.dependencies]
simd = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion components/layout/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ fnv = "1.0"
gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
heapsize = "0.4"
html5ever = "0.18"
html5ever = "0.19"
ipc-channel = "0.8"
libc = "0.2"
log = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion components/layout_thread/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ fnv = "1.0"
gfx = {path = "../gfx"}
gfx_traits = {path = "../gfx_traits"}
heapsize = "0.4"
html5ever = "0.18"
html5ever = "0.19"
ipc-channel = "0.8"
layout = {path = "../layout"}
layout_traits = {path = "../layout_traits"}
Expand Down
4 changes: 2 additions & 2 deletions components/script/Cargo.toml
Expand Up @@ -46,7 +46,7 @@ gleam = "0.4"
half = "1.0"
heapsize = "0.4"
heapsize_derive = "0.1"
html5ever = {version = "0.18", features = ["heap_size", "unstable"]}
html5ever = {version = "0.19", features = ["heap_size"]}
hyper = "0.10"
hyper_serde = "0.7"
image = "0.12"
Expand Down Expand Up @@ -90,7 +90,7 @@ unicode-segmentation = "1.1.0"
url = {version = "1.2", features = ["heap_size", "query_encoding"]}
utf-8 = "0.7"
uuid = {version = "0.5", features = ["v4"]}
xml5ever = {version = "0.8", features = ["unstable"]}
xml5ever = {version = "0.9"}
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
webvr = {path = "../webvr"}
webvr_traits = {path = "../webvr_traits"}
2 changes: 1 addition & 1 deletion components/script_layout_interface/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ euclid = "0.15"
gfx_traits = {path = "../gfx_traits"}
heapsize = "0.4"
heapsize_derive = "0.1"
html5ever = "0.18"
html5ever = "0.19"
ipc-channel = "0.8"
libc = "0.2"
log = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Expand Up @@ -45,7 +45,7 @@ heapsize = {version = "0.4", optional = true}
heapsize_derive = {version = "0.1", optional = true}
itertools = "0.5"
itoa = "0.3"
html5ever = {version = "0.18", optional = true}
html5ever = {version = "0.19", optional = true}
lazy_static = "0.2"
log = "0.3"
matches = "0.1"
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.5"
cssparser = "0.19"
euclid = "0.15"
html5ever = "0.18"
html5ever = "0.19"
parking_lot = "0.4"
rayon = "0.8"
rustc-serialize = "0.3"
Expand Down

0 comments on commit 99235c9

Please sign in to comment.