Update Rust crate serde_json to 1.0.52

This commit is contained in:
Renovate Bot 2020-05-06 17:19:35 +00:00
parent 9b69ba6731
commit a067facfeb
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

@ -23,7 +23,7 @@ pulldown-cmark = "0.7.0"
rand = "0.7.3"
reqwest = { version = "0.10.4", features = ["json"] }
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0.48"
serde_json = "1.0.52"
time-parse = "0.1.2"
tokio = { version = "0.2.13", features = ["blocking", "macros"] }
warp = { version = "0.2.2", default-features = false }