Auto merge of #13190 - servo:cssparser-up, r=Manishearth

Update cssparser

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because _____

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13190)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-09-08 15:50:12 -05:00 committed by GitHub
commit d99d29e94a
16 changed files with 86 additions and 85 deletions

View file

@ -11,7 +11,7 @@ doctest = false
[dependencies]
app_units = "0.3"
cssparser = {version = "0.6", features = ["heap_size"]}
cssparser = {version = "0.7", features = ["heap_size"]}
euclid = "0.10.1"
rustc-serialize = "0.3"
selectors = {version = "0.13", features = ["heap_size"]}