chore: update ethabi

adds ability to parse public enums as u8s

https://github.com/rust-ethereum/ethabi/issues/254\#event-5886159647
This commit is contained in:
Georgios Konstantopoulos 2022-01-13 12:01:32 +02:00
parent b619a5522f
commit 116ac2d691
1 changed files with 1 additions and 1 deletions

2
Cargo.lock generated
View File

@ -1044,7 +1044,7 @@ dependencies = [
[[package]]
name = "ethabi"
version = "16.0.0"
source = "git+https://github.com/rust-ethereum/ethabi?branch=master#199e307462ea6ad17c3ff48dcba8aa42b23cb2c3"
source = "git+https://github.com/rust-ethereum/ethabi?branch=master#5781964ae40a7e16fafe7d1bfcc39cb17989e3c5"
dependencies = [
"ethereum-types",
"hex",