From 4ddb8b1e7a1b2f48026caa609bf69cfdc9a871a3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2020 03:18:29 +0000 Subject: [PATCH] Bump clap from 2.33.2 to 2.33.3 (#284) --- bridges/relays/ethereum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/relays/ethereum/Cargo.toml b/bridges/relays/ethereum/Cargo.toml index 8655d87352..856c10788b 100644 --- a/bridges/relays/ethereum/Cargo.toml +++ b/bridges/relays/ethereum/Cargo.toml @@ -13,7 +13,7 @@ async-trait = "0.1.37" backoff = "0.2" bp-currency-exchange = { path = "../../primitives/currency-exchange" } bp-eth-poa = { path = "../../primitives/ethereum-poa" } -clap = { version = "2.33.2", features = ["yaml"] } +clap = { version = "2.33.3", features = ["yaml"] } codec = { package = "parity-scale-codec", version = "1.3.1" } env_logger = "0.7.0" ethabi = "12.0"