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 @@ path = "lib.rs"
azure = {git = "https://github.com/servo/rust-azure"}
canvas_traits = {path = "../canvas_traits"}
compositing = {path = "../compositing"}
cssparser = "0.22.0"
cssparser = "0.23.0"
euclid = "0.15"
fnv = "1.0"
gleam = "0.4"

View file

@ -10,7 +10,7 @@ name = "canvas_traits"
path = "lib.rs"
[dependencies]
cssparser = "0.22.0"
cssparser = "0.23.0"
euclid = "0.15"
ipc-channel = "0.9"
lazy_static = "0.2"

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 }

View file

@ -39,7 +39,7 @@ byteorder = "1.0"
canvas_traits = {path = "../canvas_traits"}
caseless = "0.1.0"
cookie = "0.10"
cssparser = "0.22.0"
cssparser = "0.23.0"
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.5"
atomic_refcell = "0.1"
canvas_traits = {path = "../canvas_traits"}
cssparser = "0.22.0"
cssparser = "0.23.0"
euclid = "0.15"
gfx_traits = {path = "../gfx_traits"}
html5ever = "0.21.0"

View file

@ -25,7 +25,7 @@ bench = []
[dependencies]
bitflags = "1.0"
matches = "0.1"
cssparser = "0.22.0"
cssparser = "0.23.0"
log = "0.3"
fnv = "1.0"
malloc_size_of = { path = "../malloc_size_of" }

View file

@ -35,7 +35,7 @@ atomic_refcell = "0.1"
bitflags = "1.0"
byteorder = "1.0"
cfg-if = "0.1.0"
cssparser = "0.22.0"
cssparser = "0.23.0"
encoding_rs = {version = "0.7", optional = true}
euclid = "0.15"
fallible = { path = "../fallible" }

View file

@ -76,7 +76,6 @@ impl<'a> fmt::Display for ContextualParseError<'a> {
Token::PrefixMatch => write!(f, "prefix match (^=)"),
Token::SuffixMatch => write!(f, "suffix match ($=)"),
Token::SubstringMatch => write!(f, "substring match (*=)"),
Token::Column => write!(f, "column (||)"),
Token::CDO => write!(f, "CDO (<!--)"),
Token::CDC => write!(f, "CDC (-->)"),
Token::Function(ref name) => write!(f, "function {}", name),

View file

@ -15,7 +15,7 @@ gecko = []
[dependencies]
app_units = "0.5"
cssparser = "0.22.0"
cssparser = "0.23.0"
bitflags = "1.0"
euclid = "0.15"
malloc_size_of = { path = "../malloc_size_of" }