style: Update cssparser to 0.23.

This commit is contained in:
Emilio Cobos Álvarez 2017-12-02 00:01:39 +01:00
parent 005fd9cfa8
commit ea5efd9e2f
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
14 changed files with 26 additions and 27 deletions

View file

@ -13,7 +13,7 @@ servo = ["mozjs", "string_cache", "url", "webrender_api", "xml5ever"]
[dependencies]
app_units = "0.5.5"
cssparser = "0.22.0"
cssparser = "0.23.0"
euclid = "0.15"
hashglobe = { path = "../hashglobe" }
mozjs = { version = "0.1.8", features = ["promises"], optional = true }