From 0a5b0d34953c9927a169363dfd81c90bef8b699f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:55:18 +0200 Subject: [PATCH] chore(deps): bump ethabi from `6f18e11` to `321a651` (#891) Bumps [ethabi](https://github.com/rust-ethereum/ethabi) from `6f18e11` to `321a651`. - [Release notes](https://github.com/rust-ethereum/ethabi/releases) - [Commits](https://github.com/rust-ethereum/ethabi/compare/6f18e11621d29b6cd978ef39b48fa572b823bb80...321a651e767d7dbe81e8606cbf42f08dedf58c2b) --- 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 f2e92aa0..7f0b9c5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1094,7 +1094,7 @@ dependencies = [ [[package]] name = "ethabi" version = "16.0.0" -source = "git+https://github.com/rust-ethereum/ethabi?branch=master#6f18e11621d29b6cd978ef39b48fa572b823bb80" +source = "git+https://github.com/rust-ethereum/ethabi?branch=master#321a651e767d7dbe81e8606cbf42f08dedf58c2b" dependencies = [ "ethereum-types", "hex",