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

@ -26,7 +26,7 @@ path = "../../../components/util"
[dependencies]
app_units = {version = "0.1", features = ["plugins"]}
url = "0.5.2"
cssparser = "0.4"
cssparser = "0.5"
selectors = "0.2"
string_cache = "0.2"
euclid = {version = "0.4", features = ["plugins"]}