Auto merge of #9510 - nox:bump-selectors, r=SimonSapin

Update rust-selectors

This commits updates rust-selectors to use the generic parser, and as
such it moves the element state into the style crate.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9510)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-02-03 07:04:11 +05:30
commit ae20f2556b
40 changed files with 342 additions and 252 deletions

View file

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