From 3893f2f9b069b818f0e1588145313d332ac9f928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 18:11:48 +0200 Subject: [PATCH] chore(deps): bump ethabi from `5781964` to `c622438` (#812) Bumps [ethabi](https://github.com/rust-ethereum/ethabi) from `5781964` to `c622438`. - [Release notes](https://github.com/rust-ethereum/ethabi/releases) - [Commits](https://github.com/rust-ethereum/ethabi/compare/5781964ae40a7e16fafe7d1bfcc39cb17989e3c5...c622438f9fd2ac2f9b3c38ecb1ca760c069d9ec2) --- 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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 149018a1..6ce2f2c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1051,10 +1051,12 @@ dependencies = [ [[package]] name = "ethabi" version = "16.0.0" -source = "git+https://github.com/rust-ethereum/ethabi?branch=master#5781964ae40a7e16fafe7d1bfcc39cb17989e3c5" +source = "git+https://github.com/rust-ethereum/ethabi?branch=master#c622438f9fd2ac2f9b3c38ecb1ca760c069d9ec2" dependencies = [ "ethereum-types", "hex", + "once_cell", + "regex", "serde", "serde_json", "sha3",