style: Update derive_more.

Differential Revision: https://phabricator.services.mozilla.com/D56043
This commit is contained in:
Emilio Cobos Álvarez 2019-12-05 22:46:59 +00:00
parent 80ac4d2ff2
commit baa9ac1903
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ bench = []
bitflags = "1.0"
matches = "0.1"
cssparser = "0.27"
derive_more = "0.13"
derive_more = "0.99"
log = "0.4"
fxhash = "0.2"
phf = "0.8"

View file

@ -35,7 +35,7 @@ bitflags = "1.0"
byteorder = "1.0"
cssparser = "0.27"
crossbeam-channel = { version = "0.3", optional = true }
derive_more = "0.13"
derive_more = "0.99"
new_debug_unreachable = "1.0"
encoding_rs = {version = "0.8", optional = true}
euclid = "0.20"