Bump serde_json from 1.0.48 to 1.0.50 (#48)

This commit is contained in:
dependabot-preview[bot]
2020-03-30 01:56:59 +00:00
committed by Bastian Köcher
parent ddff294795
commit 04c5b16561
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ log = "0.4.8"
parking_lot = "0.10.0"
rustc-hex = "2.0.1"
serde = { version = "1.0.105", features = ["derive"] }
serde_json = "1.0.40"
serde_json = "1.0.50"
sp-bridge-eth-poa = { path = "../../primitives/ethereum-poa" }
time = "0.2"
web3 = { git = "https://github.com/svyatonik/rust-web3.git", branch = "fix_receipt" }
+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.41"
serde_json = "1.0.50"
url = "2.1.0"
[dependencies.sp-core]