From 86168af49f2cb82014fb43b39c630c4ff88c2075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 18:10:42 +0000 Subject: [PATCH] Update ethabi requirement from 15.0.0 to 16.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/commits/v16.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 be1c210f..5193b366 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] arrayvec = "0.7.1" derive_more = "0.99.1" -ethabi = "15.0.0" +ethabi = "16.0.0" ethereum-types = "0.12.1" futures = "0.3.5" futures-timer = "3.0.2"