From 2b04e27255d5681a9b22c7d9a4c5e49cc81059a4 Mon Sep 17 00:00:00 2001 From: Robin Salen Date: Thu, 11 Jan 2024 22:15:45 +0100 Subject: [PATCH] Bumped eth-trie-utils --- Cargo.lock | 6 +++--- common/Cargo.toml | 2 +- eth_test_parser/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0dcdbad..6a0d676 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,7 +320,7 @@ name = "common" version = "0.1.0" dependencies = [ "anyhow", - "eth_trie_utils 0.6.0 (git+https://github.com/0xPolygonZero/eth_trie_utils.git?rev=e9ec4ec2aa2ae976b7c699ef40c1ffc716d87ed5)", + "eth_trie_utils 0.6.0 (git+https://github.com/0xPolygonZero/eth_trie_utils.git?rev=7fc3c3f54b3cec9c6fc5ffc5230910bd1cb77f76)", "ethereum-types", "flexi_logger", "plonky2_evm", @@ -636,7 +636,7 @@ dependencies = [ "bytes", "clap", "common", - "eth_trie_utils 0.6.0 (git+https://github.com/0xPolygonZero/eth_trie_utils.git?rev=e9ec4ec2aa2ae976b7c699ef40c1ffc716d87ed5)", + "eth_trie_utils 0.6.0 (git+https://github.com/0xPolygonZero/eth_trie_utils.git?rev=7fc3c3f54b3cec9c6fc5ffc5230910bd1cb77f76)", "ethereum-types", "flexi_logger", "futures", @@ -675,7 +675,7 @@ dependencies = [ [[package]] name = "eth_trie_utils" version = "0.6.0" -source = "git+https://github.com/0xPolygonZero/eth_trie_utils.git?rev=e9ec4ec2aa2ae976b7c699ef40c1ffc716d87ed5#e9ec4ec2aa2ae976b7c699ef40c1ffc716d87ed5" +source = "git+https://github.com/0xPolygonZero/eth_trie_utils.git?rev=7fc3c3f54b3cec9c6fc5ffc5230910bd1cb77f76#7fc3c3f54b3cec9c6fc5ffc5230910bd1cb77f76" dependencies = [ "bytes", "enum-as-inner", diff --git a/common/Cargo.toml b/common/Cargo.toml index 5507434..6150101 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" [dependencies] anyhow = { version = "1.0.71", features = ["backtrace"] } ethereum-types = "0.14.1" -eth_trie_utils = { git = "https://github.com/0xPolygonZero/eth_trie_utils.git", rev = "e9ec4ec2aa2ae976b7c699ef40c1ffc716d87ed5" } +eth_trie_utils = { git = "https://github.com/0xPolygonZero/eth_trie_utils.git", rev = "7fc3c3f54b3cec9c6fc5ffc5230910bd1cb77f76" } flexi_logger = { version = "0.25.4", features = ["async"] } plonky2_evm = { git = "https://github.com/0xPolygonZero/plonky2.git", rev = "b119e96f7f8dee57ebdbc6738e96891d2e628520" } serde = {version = "1.0.163", features = ["derive"] } diff --git a/eth_test_parser/Cargo.toml b/eth_test_parser/Cargo.toml index 099593d..8a7ca78 100644 --- a/eth_test_parser/Cargo.toml +++ b/eth_test_parser/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] common = { path = "../common" } -eth_trie_utils = { git = "https://github.com/0xPolygonZero/eth_trie_utils.git", rev = "e9ec4ec2aa2ae976b7c699ef40c1ffc716d87ed5" } +eth_trie_utils = { git = "https://github.com/0xPolygonZero/eth_trie_utils.git", rev = "7fc3c3f54b3cec9c6fc5ffc5230910bd1cb77f76" } plonky2_evm = { git = "https://github.com/0xPolygonZero/plonky2.git", rev = "b119e96f7f8dee57ebdbc6738e96891d2e628520" } anyhow = { version = "1.0.71", features = ["backtrace"] }