From f31b21f09e74f03d4a3b6f1c65da8af68b64e49c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 16:22:42 +0000 Subject: [PATCH] Update ethereum-types requirement from 0.13.0 to 0.14.0 Updates the requirements on [ethereum-types](https://github.com/paritytech/parity-common) to permit the latest version. - [Release notes](https://github.com/paritytech/parity-common/releases) - [Commits](https://github.com/paritytech/parity-common/compare/ethereum-types-v0.13.0...ethereum-types-v0.14.0) --- updated-dependencies: - dependency-name: ethereum-types 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 cbf98df4..4c4eac4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ edition = "2018" arrayvec = "0.7.1" derive_more = "0.99.1" ethabi = "17.0.0" -ethereum-types = "0.13.0" +ethereum-types = "0.14.0" futures = "0.3.5" futures-timer = "3.0.2" hex = "0.4"