From 682df5b543329d9af7cab10955ff8c58e43dddd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 14:16:10 +0000 Subject: [PATCH] Update ethabi requirement from 17.0.0 to 18.0.0 Updates the requirements on [ethabi](https://github.com/rust-ethereum/ethabi) to permit the latest version. - [Release notes](https://github.com/rust-ethereum/ethabi/releases) - [Changelog](https://github.com/rust-ethereum/ethabi/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-ethereum/ethabi/compare/v17.0.1...v18.0.0) --- updated-dependencies: - dependency-name: ethabi dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a1bd3462..d55be0d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] arrayvec = "0.7.1" derive_more = "0.99.1" -ethabi = "17.0.0" +ethabi = "18.0.0" ethereum-types = "0.13.0" futures = "0.3.5" futures-timer = "3.0.2"