Auto merge of #18556 - Manishearth:cssparserup, r=emilio

Bump cssparser to 0.21.2

try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=5efe06f4fdb11e540532b57368b78defb0bd7aa9

fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1401016

<!-- 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/18556)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-09-19 12:15:57 -05:00 committed by GitHub
commit 4f98a3f56a
2 changed files with 15 additions and 15 deletions

View file

@ -36,7 +36,7 @@ atomic_refcell = "0.1"
bitflags = "0.7"
byteorder = "1.0"
cfg-if = "0.1.0"
cssparser = "0.21.1"
cssparser = "0.21.2"
encoding = {version = "0.2", optional = true}
euclid = "0.15"
fallible = { path = "../fallible" }