Skip to content

Commit

Permalink
style: Upgrade cssparser.
Browse files Browse the repository at this point in the history
Bug: 1471104
MozReview-Commit-ID: 74rBgkJEcYd
  • Loading branch information
upsuper authored and emilio committed Jun 30, 2018
1 parent 26a9c9f commit 9d1ae18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/malloc_size_of/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ servo = [

[dependencies]
app_units = "0.6"
cssparser = "0.23.0"
cssparser = "0.24.0"
euclid = "0.17"
hashglobe = { path = "../hashglobe" }
hyper = { version = "0.10", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion components/selectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bench = []
[dependencies]
bitflags = "1.0"
matches = "0.1"
cssparser = "0.23.0"
cssparser = "0.24.0"
log = "0.4"
fnv = "1.0"
phf = "0.7.18"
Expand Down
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ atomic_refcell = "0.1"
bitflags = "1.0"
byteorder = "1.0"
cfg-if = "0.1.0"
cssparser = "0.23.0"
cssparser = "0.24.0"
new_debug_unreachable = "1.0"
encoding_rs = {version = "0.7", optional = true}
euclid = "0.17"
Expand Down
2 changes: 1 addition & 1 deletion components/style_traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gecko = []

[dependencies]
app_units = "0.6"
cssparser = "0.23.0"
cssparser = "0.24.0"
bitflags = "1.0"
euclid = "0.17"
malloc_size_of = { path = "../malloc_size_of" }
Expand Down

0 comments on commit 9d1ae18

Please sign in to comment.