Update remaining references to cssparser 0.24.

This commit is contained in:
Emilio Cobos Álvarez 2018-11-05 12:19:23 +01:00
parent 99f9d84555
commit 29f56919e2
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
5 changed files with 15 additions and 15 deletions

View file

@ -16,7 +16,7 @@ webgl_backtrace = ["canvas_traits/webgl_backtrace"]
azure = {git = "https://github.com/servo/rust-azure"}
canvas_traits = {path = "../canvas_traits"}
compositing = {path = "../compositing"}
cssparser = "0.24"
cssparser = "0.25"
euclid = "0.19"
fnv = "1.0"
gleam = "0.6.4"

View file

@ -13,7 +13,7 @@ path = "lib.rs"
webgl_backtrace = []
[dependencies]
cssparser = "0.24.0"
cssparser = "0.25"
euclid = "0.19"
ipc-channel = "0.11"
gleam = "0.6"

View file

@ -39,7 +39,7 @@ canvas_traits = {path = "../canvas_traits"}
caseless = "0.2"
cookie = "0.11"
chrono = "0.4"
cssparser = "0.24"
cssparser = "0.25"
deny_public_fields = {path = "../deny_public_fields"}
devtools_traits = {path = "../devtools_traits"}
dom_struct = {path = "../dom_struct"}

View file

@ -13,7 +13,7 @@ path = "lib.rs"
app_units = "0.7"
atomic_refcell = "0.1"
canvas_traits = {path = "../canvas_traits"}
cssparser = "0.24"
cssparser = "0.25"
euclid = "0.19"
gfx_traits = {path = "../gfx_traits"}
html5ever = "0.22"