Auto merge of #9380 - servo:cssparserup, r=SimonSapin

Update cssparser.

https://github.com/servo/rust-cssparser/pull/91

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9380)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-01-21 22:45:51 +05:30
commit 1ba1fb0b7f
21 changed files with 104 additions and 125 deletions

View file

@ -64,7 +64,7 @@ path = "../gfx_traits"
[dependencies]
app_units = {version = "0.1", features = ["plugins"]}
cssparser = { version = "0.4", features = [ "serde-serialization" ] }
cssparser = { version = "0.5", features = [ "serde-serialization" ] }
log = "0.3"
encoding = "0.2"
fnv = "1.0"