set serde version
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
jake 2021-06-16 21:40:20 -06:00
parent de42ac4f9f
commit f38c791794

View File

@ -13,8 +13,8 @@ rand_chacha = "0.2.2"
crc = "^1.0.0" crc = "^1.0.0"
bcrypt = "0.4" bcrypt = "0.4"
chrono = "0.4.11" chrono = "0.4.11"
serde = "*" serde = "1.0.117"
serde_json = "*" serde_json = "1.0.117"
ron = "*" ron = "*"
toml = "*" toml = "*"
log = "*" log = "*"