aboutsummaryrefslogtreecommitdiffstats
path: root/components/util
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2016-01-26 18:30:40 +0100
committerSimon Sapin <simon.sapin@exyr.org>2016-01-27 12:25:16 +0100
commitc7b51e7aa15d8b3178343daa58a297a514cd9a70 (patch)
treeeedff55d1275607028e884fdef1211b2a5a98832 /components/util
parenta19b14313a333c5e895e481768237275f564044f (diff)
downloadservo-c7b51e7aa15d8b3178343daa58a297a514cd9a70.tar.gz
servo-c7b51e7aa15d8b3178343daa58a297a514cd9a70.zip
Update html5ever and xml5ever for API changes.
Diffstat (limited to 'components/util')
-rw-r--r--components/util/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/util/Cargo.toml b/components/util/Cargo.toml
index ad0b43234b3..bd26fcf7626 100644
--- a/components/util/Cargo.toml
+++ b/components/util/Cargo.toml
@@ -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"