From d56e34c512f23988c6d8b07b18d0202cd88d0d0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Feb 2022 15:59:19 +0200 Subject: [PATCH] chore(deps): bump ethabi from `c622438` to `6f18e11` (#853) Bumps [ethabi](https://github.com/rust-ethereum/ethabi) from `c622438` to `6f18e11`. - [Release notes](https://github.com/rust-ethereum/ethabi/releases) - [Commits](https://github.com/rust-ethereum/ethabi/compare/c622438f9fd2ac2f9b3c38ecb1ca760c069d9ec2...6f18e11621d29b6cd978ef39b48fa572b823bb80) --- 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 ebdf3f04..93a6a512 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1081,7 +1081,7 @@ dependencies = [ [[package]] name = "ethabi" version = "16.0.0" -source = "git+https://github.com/rust-ethereum/ethabi?branch=master#c622438f9fd2ac2f9b3c38ecb1ca760c069d9ec2" +source = "git+https://github.com/rust-ethereum/ethabi?branch=master#6f18e11621d29b6cd978ef39b48fa572b823bb80" dependencies = [ "ethereum-types", "hex",