Update serde

This commit is contained in:
Greg Shuflin 2021-10-13 01:19:17 -07:00
parent 7e0acb7d87
commit d578aa0fc7
1 changed files with 3 additions and 3 deletions

View File

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