From 2b2b1e579a9f9de95cc43b65f565abc554be110d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Tue, 20 Jun 2023 21:29:35 +0200 Subject: [PATCH] Bump ethabi and ethereum-types (#697) * Bump version. * Bump ethabi & ethereum-types --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9cd552a5..44f4d893 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "web3" -version = "0.19.1" +version = "0.19.0" description = "Ethereum JSON-RPC client." homepage = "https://github.com/tomusdrw/rust-web3" repository = "https://github.com/tomusdrw/rust-web3" @@ -14,8 +14,8 @@ edition = "2018" [dependencies] arrayvec = "0.7.1" derive_more = "0.99.1" -ethabi = "17.0.0" -ethereum-types = "0.13.0" +ethabi = "18.0.0" +ethereum-types = "0.14.1" futures = "0.3.5" futures-timer = "3.0.2" hex = "0.4"