From 13fbc6ea5ce859c55d3c021a8ad76fd0efdde577 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 06:25:34 +0000 Subject: [PATCH] Bump serde from 1.0.106 to 1.0.110 (#90) --- bridges/bin/node/runtime/Cargo.toml | 2 +- bridges/relays/ethereum/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bridges/bin/node/runtime/Cargo.toml b/bridges/bin/node/runtime/Cargo.toml index f39b55625a..65b0484007 100644 --- a/bridges/bin/node/runtime/Cargo.toml +++ b/bridges/bin/node/runtime/Cargo.toml @@ -13,7 +13,7 @@ default-features = false features = ["derive"] [dependencies.serde] -version = "1.0.106" +version = "1.0.110" optional = true features = ["derive"] diff --git a/bridges/relays/ethereum/Cargo.toml b/bridges/relays/ethereum/Cargo.toml index 9c727db567..52a919339d 100644 --- a/bridges/relays/ethereum/Cargo.toml +++ b/bridges/relays/ethereum/Cargo.toml @@ -24,7 +24,7 @@ num-traits = "0.2" 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 = { version = "1.0.110", features = ["derive"] } serde_json = "1.0.53" sp-bridge-eth-poa = { path = "../../primitives/ethereum-poa" } time = "0.2"