From 4f119c0fd9c591bd9f18da39c49d8afee19d1982 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 03:21:51 +0000 Subject: [PATCH] Bump serde_json from 1.0.52 to 1.0.53 (#87) --- 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 8b7ec37068..f1b578131b 100644 --- a/bridges/relays/ethereum/Cargo.toml +++ b/bridges/relays/ethereum/Cargo.toml @@ -25,7 +25,7 @@ parity-crypto = { version = "0.6", features = ["publickey"] } parking_lot = "0.10.2" rustc-hex = "2.0.1" serde = { version = "1.0.106", features = ["derive"] } -serde_json = "1.0.51" +serde_json = "1.0.53" sp-bridge-eth-poa = { path = "../../primitives/ethereum-poa" } time = "0.2" web3 = { git = "https://github.com/svyatonik/rust-web3.git", branch = "add-receipt-root" } diff --git a/bridges/relays/substrate/Cargo.toml b/bridges/relays/substrate/Cargo.toml index 6521ec35f6..a538e9e46c 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.51" +serde_json = "1.0.53" url = "2.1.0" [dependencies.sp-core]