protocol: update to serde_json 1.0.66

This commit is contained in:
ice_iix 2021-08-01 06:38:33 -07:00
parent 17d0da2a81
commit fb693394f0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
serde = "1.0.126"
serde_json = "1.0.64"
serde_json = "1.0.66"
hex = "0.4.2"
sha-1 = "0.9.1"
aes = "0.4.0"