Update html5ever and xml5ever for API changes.

This commit is contained in:
Simon Sapin 2016-01-26 18:30:40 +01:00
parent a19b14313a
commit c7b51e7aa1
9 changed files with 79 additions and 52 deletions

View file

@ -49,7 +49,7 @@ app_units = {version = "0.1", features = ["plugins"]}
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
log = "0.3"
bitflags = "0.3"
html5ever = { version = "0.2.1", features = ["unstable"], optional = true }
html5ever = { version = "0.4", features = ["unstable"], optional = true }
libc = "0.2"
rand = "0.3"
rustc-serialize = "0.3"