Update html5ever to 0.5.0

This commit is contained in:
Michael Wu 2016-02-08 16:58:18 -05:00
parent 4c4df37a12
commit fc7f05a751
5 changed files with 8 additions and 8 deletions

View file

@ -828,7 +828,7 @@ dependencies = [
[[package]]
name = "html5ever"
version = "0.4.2"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1575,7 +1575,7 @@ dependencies = [
"gfx_traits 0.0.1",
"heapsize 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
"heapsize_plugin 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"html5ever 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"html5ever 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)",