Updated h5e and x5e

This commit is contained in:
Nikhil Shagrithaya 2017-08-18 19:51:17 +05:30
parent 1877cac477
commit 99235c9201
8 changed files with 27 additions and 27 deletions

View file

@ -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"
@ -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"}