Auto merge of #17484 - canaltinova:upup, r=emilio

Bump cssparser version to 0.16.1 in toml files

<!-- 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

<!-- 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/17484)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-06-22 16:52:00 -07:00 committed by GitHub
commit efed75ae5a
11 changed files with 11 additions and 11 deletions

View file

@ -25,7 +25,7 @@ unstable = []
[dependencies]
bitflags = "0.7"
matches = "0.1"
cssparser = "0.16"
cssparser = "0.16.1"
log = "0.3"
fnv = "1.0"
phf = "0.7.18"