From 2d2637c6beb3bc52431764e69bb27c86ee7ad150 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 4 May 2020 01:56:28 +0000 Subject: [PATCH] Bump ethabi-derive from 11.0.0 to 12.0.0 (#81) --- 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 d7e337dada792..8b7ec37068cc7 100644 --- a/bridges/relays/ethereum/Cargo.toml +++ b/bridges/relays/ethereum/Cargo.toml @@ -13,7 +13,7 @@ codec = { package = "parity-scale-codec", version = "1.0.0" } env_logger = "0.7.0" ethabi = "12.0" ethabi-contract = "11.0" -ethabi-derive = "11.0" +ethabi-derive = "12.0" ethereum-tx-sign = { git = "https://github.com/svyatonik/ethereum-tx-sign.git", branch = "up-ethereum-types" } futures = "0.3.1" hex = "0.4"