Bump serde_json from 1.0.52 to 1.0.53 (#87)

This commit is contained in:
dependabot-preview[bot]
2020-05-11 03:21:51 +00:00
committed by Bastian Köcher
parent 16d49f6417
commit 4f119c0fd9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ env_logger = "0.7.1"
futures = "0.3.1"
jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee", features = ["ws"] }
log = "0.4.8"
serde_json = "1.0.51"
serde_json = "1.0.53"
url = "2.1.0"
[dependencies.sp-core]