From ce641298bbbbaad63d305dbdc2b9698e472cd5de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Sep 2021 23:34:23 +0300 Subject: [PATCH] chore(deps): bump ethabi from `8bd90d1` to `ef19ba9` (#452) Bumps [ethabi](https://github.com/rust-ethereum/ethabi) from `8bd90d1` to `ef19ba9`. - [Release notes](https://github.com/rust-ethereum/ethabi/releases) - [Commits](https://github.com/rust-ethereum/ethabi/compare/8bd90d13956edf18bb47c6e39dcf7ab99bf264c7...ef19ba91ab302a1e82bb084446ba865d4981e13b) --- 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 f633b64c..6dfb98ae 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#8bd90d13956edf18bb47c6e39dcf7ab99bf264c7" +source = "git+https://github.com/rust-ethereum/ethabi/?branch=master#ef19ba91ab302a1e82bb084446ba865d4981e13b" dependencies = [ "anyhow", "ethereum-types",