ChildrenOnly -> ChildrenOnly(Option<QualName>)

use this updated type from html5ever
This commit is contained in:
Jyotsna Prakash 2017-07-12 14:52:25 -07:00 committed by Josh Matthews
parent a468d05fff
commit 6c0f87a1d6
14 changed files with 38 additions and 56 deletions

View file

@ -45,7 +45,7 @@ gleam = "0.4"
half = "1.0"
heapsize = "0.4"
heapsize_derive = "0.1"
html5ever = {version = "0.19", features = ["heap_size"]}
html5ever = {version = "0.20", features = ["heap_size"]}
hyper = "0.10"
hyper_serde = "0.7"
image = "0.14"
@ -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.9"}
xml5ever = {version = "0.10"}
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
webvr_traits = {path = "../webvr_traits"}