From 37d0cb422edeae7f64184346854e5b7587ae85b1 Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Wed, 12 Sep 2018 11:13:00 +0200 Subject: [PATCH] bump ethabi to 6.0 (#156) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 178c9782..3ba8ba9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ readme = "README.md" [dependencies] arrayvec = "0.4" error-chain = "0.12" -ethabi = "5.1" +ethabi = "6.0" ethereum-types = "0.4" futures = "0.1" jsonrpc-core = "8.0.1"