From 9da3840143014d54158c74be96363d4a34b179fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 15:37:40 +0200 Subject: [PATCH] chore(deps): bump ethabi from `321a651` to `e161e68` (#925) Bumps [ethabi](https://github.com/rust-ethereum/ethabi) from `321a651` to `e161e68`. - [Release notes](https://github.com/rust-ethereum/ethabi/releases) - [Commits](https://github.com/rust-ethereum/ethabi/compare/321a651e767d7dbe81e8606cbf42f08dedf58c2b...e161e688f1f567b25e829f62df053cf9bff1303a) --- 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 bc8b2cfc..38ac68d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1086,7 +1086,7 @@ dependencies = [ [[package]] name = "ethabi" version = "16.0.0" -source = "git+https://github.com/rust-ethereum/ethabi?branch=master#321a651e767d7dbe81e8606cbf42f08dedf58c2b" +source = "git+https://github.com/rust-ethereum/ethabi?branch=master#e161e688f1f567b25e829f62df053cf9bff1303a" dependencies = [ "ethereum-types", "hex",