From 1d149d70efafb2812496b8cc77afd6b925f6bafb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 22:50:28 -0500 Subject: [PATCH] chore(deps): bump ethabi from `ef19ba9` to `1da9de9` (#464) Bumps [ethabi](https://github.com/rust-ethereum/ethabi) from `ef19ba9` to `1da9de9`. - [Release notes](https://github.com/rust-ethereum/ethabi/releases) - [Commits](https://github.com/rust-ethereum/ethabi/compare/ef19ba91ab302a1e82bb084446ba865d4981e13b...1da9de9c23c5e242ba770a05c69c3a479e681b71) --- updated-dependencies: - dependency-name: ethabi dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index f4881567..b65134bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -805,7 +805,7 @@ dependencies = [ [[package]] name = "ethabi" version = "14.1.0" -source = "git+https://github.com/rust-ethereum/ethabi/?branch=master#ef19ba91ab302a1e82bb084446ba865d4981e13b" +source = "git+https://github.com/rust-ethereum/ethabi/?branch=master#1da9de9c23c5e242ba770a05c69c3a479e681b71" dependencies = [ "anyhow", "ethereum-types",