Update xml5ever to 0.3.0

This commit is contained in:
Anthony Ramine 2017-01-06 12:55:16 +01:00
parent a89bbc9906
commit 8caa564540
3 changed files with 11 additions and 6 deletions

View file

@ -81,7 +81,7 @@ time = "0.1.12"
url = {version = "1.2", features = ["heap_size", "query_encoding"]}
uuid = {version = "0.3.1", features = ["v4"]}
websocket = "0.17"
xml5ever = {version = "0.2", features = ["unstable"]}
xml5ever = {version = "0.3.1", features = ["unstable"]}
[dependencies.webrender_traits]
git = "https://github.com/servo/webrender"