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](5781964ae4...c622438f9f)

---
updated-dependencies:
- dependency-name: ethabi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-19 18:11:48 +02:00 committed by GitHub
parent f9b0360d90
commit 3893f2f9b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

4
Cargo.lock generated
View File

@ -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",