From 1b01f0dbf9282102f394727b4f8637fe4ce1728e Mon Sep 17 00:00:00 2001 From: Alex Pozhylenkov Date: Tue, 31 May 2022 14:58:27 +0300 Subject: [PATCH] Update ethereum dependency, add "with-serde" feature (#817) --- chain-evm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain-evm/Cargo.toml b/chain-evm/Cargo.toml index 21616364c..1bb452b99 100644 --- a/chain-evm/Cargo.toml +++ b/chain-evm/Cargo.toml @@ -24,7 +24,7 @@ byte-slice-cast = { version = "1.0", default-features = false } thiserror = "1.0" quickcheck = { version = "0.9", optional = true } evm = { version = "0.35.0" } -ethereum = { version = "0.12.0" } +ethereum = { version = "0.12.0", features = ["with-serde"] } ethereum-types = { version = "0.13.1", features = ["rlp"] } [dev-dependencies]