Update serde

This commit is contained in:
Greg Shuflin 2021-10-13 01:19:17 -07:00
parent 7e0acb7d87
commit d578aa0fc7

View File

@ -12,9 +12,9 @@ itertools = "0.10"
lazy_static = "0.2.8" lazy_static = "0.2.8"
maplit = "*" maplit = "*"
colored = "1.8" colored = "1.8"
serde = "1.0.91" serde = "1.0"
serde_derive = "1.0.91" serde_derive = "1.0"
serde_json = "1.0.15" serde_json = "1.0"
phf = "0.7.12" phf = "0.7.12"
includedir = "0.2.0" includedir = "0.2.0"
linefeed = "0.6.0" linefeed = "0.6.0"