From 116ac2d69112b627a3017fe01939bdf27fbd1f3d Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Thu, 13 Jan 2022 12:01:32 +0200 Subject: [PATCH] chore: update ethabi adds ability to parse public enums as u8s https://github.com/rust-ethereum/ethabi/issues/254\#event-5886159647 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 86b0b76a..6208f448 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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",