From c0881f558236775ed99755a2ee3df2223b2e1b25 Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
 <27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Mon, 6 Apr 2020 03:29:42 +0000
Subject: [PATCH] Bump serde_json from 1.0.50 to 1.0.51 (#53)

---
 bridges/relays/ethereum/Cargo.toml  | 2 +-
 bridges/relays/substrate/Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bridges/relays/ethereum/Cargo.toml b/bridges/relays/ethereum/Cargo.toml
index d731e2b08d3..06b29e7e8ef 100644
--- a/bridges/relays/ethereum/Cargo.toml
+++ b/bridges/relays/ethereum/Cargo.toml
@@ -18,7 +18,7 @@ log = "0.4.8"
 parking_lot = "0.10.0"
 rustc-hex = "2.0.1"
 serde = { version = "1.0.106", features = ["derive"] }
-serde_json = "1.0.50"
+serde_json = "1.0.51"
 sp-bridge-eth-poa = { path = "../../primitives/ethereum-poa" }
 time = "0.2"
 web3 = { git = "https://github.com/svyatonik/rust-web3.git", branch = "fix_receipt" }
diff --git a/bridges/relays/substrate/Cargo.toml b/bridges/relays/substrate/Cargo.toml
index cd1408b5997..51c197e7f5c 100644
--- a/bridges/relays/substrate/Cargo.toml
+++ b/bridges/relays/substrate/Cargo.toml
@@ -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.50"
+serde_json = "1.0.51"
 url = "2.1.0"
 
 [dependencies.sp-core]
-- 
GitLab