mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
style: Update derive_more.
Differential Revision: https://phabricator.services.mozilla.com/D56043
This commit is contained in:
parent
80ac4d2ff2
commit
baa9ac1903
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ bench = []
|
||||||
bitflags = "1.0"
|
bitflags = "1.0"
|
||||||
matches = "0.1"
|
matches = "0.1"
|
||||||
cssparser = "0.27"
|
cssparser = "0.27"
|
||||||
derive_more = "0.13"
|
derive_more = "0.99"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
fxhash = "0.2"
|
fxhash = "0.2"
|
||||||
phf = "0.8"
|
phf = "0.8"
|
||||||
|
|
|
@ -35,7 +35,7 @@ bitflags = "1.0"
|
||||||
byteorder = "1.0"
|
byteorder = "1.0"
|
||||||
cssparser = "0.27"
|
cssparser = "0.27"
|
||||||
crossbeam-channel = { version = "0.3", optional = true }
|
crossbeam-channel = { version = "0.3", optional = true }
|
||||||
derive_more = "0.13"
|
derive_more = "0.99"
|
||||||
new_debug_unreachable = "1.0"
|
new_debug_unreachable = "1.0"
|
||||||
encoding_rs = {version = "0.8", optional = true}
|
encoding_rs = {version = "0.8", optional = true}
|
||||||
euclid = "0.20"
|
euclid = "0.20"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue