From 57225a13a53371be918536b64fc3aecdbae45003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 01:51:43 +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] --- ethcontract-common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethcontract-common/Cargo.toml b/ethcontract-common/Cargo.toml index fa8e6d0..eaa0232 100644 --- a/ethcontract-common/Cargo.toml +++ b/ethcontract-common/Cargo.toml @@ -13,7 +13,7 @@ Common types for ethcontract-rs runtime and proc macro. """ [dependencies] -ethabi = "17.0.0" +ethabi = "18.0.0" hex = "0.4" serde = "1.0" serde_derive = "1.0"