Bump serde_json from 1.0.55 to 1.0.56 (#173)

This commit is contained in:
dependabot-preview[bot]
2020-07-06 11:36:49 +00:00
committed by Bastian Köcher
parent e9a67d334c
commit 8fd0a4688f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ env_logger = "0.7.1"
futures = "0.3.5"
jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee", features = ["ws"] }
log = "0.4.8"
serde_json = "1.0.55"
serde_json = "1.0.56"
url = "2.1.0"
[dependencies.sp-core]