From a9e607c9a212f14824cc8b631168c8618aded3cf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 03:00:39 +0000 Subject: [PATCH] Bump ethereum-types from 0.10.0 to 0.11.0 (#693) --- bridges/modules/ethereum-contract/builtin/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/modules/ethereum-contract/builtin/Cargo.toml b/bridges/modules/ethereum-contract/builtin/Cargo.toml index d9bff725dc..1deb6a6c59 100644 --- a/bridges/modules/ethereum-contract/builtin/Cargo.toml +++ b/bridges/modules/ethereum-contract/builtin/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" [dependencies] codec = { package = "parity-scale-codec", version = "1.3.4" } -ethereum-types = "0.10.0" +ethereum-types = "0.11.0" finality-grandpa = "0.12.3" hex = "0.4" log = "0.4.14"