From 253066550dffefed769c823a777741ba1b7ed7d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 14:14:08 +0000 Subject: [PATCH] Update ethereum-types requirement from 0.13.0 to 0.14.1 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.1) --- 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 a1bd3462..d841790a 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.1" futures = "0.3.5" futures-timer = "3.0.2" hex = "0.4"