From db93badaf2ce96ce14a9db0696d88d11ee644155 Mon Sep 17 00:00:00 2001 From: BGluth Date: Thu, 20 Apr 2023 11:05:34 -0600 Subject: [PATCH] Bumped `eth_trie_utils` to `0.6.0` --- evm/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evm/Cargo.toml b/evm/Cargo.toml index 3e5f3482..63f4ec0c 100644 --- a/evm/Cargo.toml +++ b/evm/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" anyhow = "1.0.40" blake2 = "0.10.5" env_logger = "0.10.0" -eth_trie_utils = "0.5.0" +eth_trie_utils = "0.6.0" ethereum-types = "0.14.0" hex = { version = "0.4.3", optional = true } hex-literal = "0.3.4"