Bump serde_json from 1.0.53 to 1.0.55 (#134)

This commit is contained in:
dependabot-preview[bot]
2020-06-15 02:57:54 +00:00
committed by Bastian Köcher
parent 650f32342c
commit 1dbbfe2daa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ parity-crypto = { version = "0.6", features = ["publickey"] }
parking_lot = "0.10.2"
rustc-hex = "2.0.1"
serde = { version = "1.0.111", features = ["derive"] }
serde_json = "1.0.53"
serde_json = "1.0.55"
sp-bridge-eth-poa = { path = "../../primitives/ethereum-poa" }
time = "0.2"
web3 = { git = "https://github.com/tomusdrw/rust-web3" }