mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: replace TrieAccount with alloy's (#13397)
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -8792,6 +8792,7 @@ dependencies = [
|
||||
"alloy-genesis",
|
||||
"alloy-primitives",
|
||||
"alloy-rlp",
|
||||
"alloy-trie",
|
||||
"arbitrary",
|
||||
"auto_impl",
|
||||
"bincode",
|
||||
@ -9593,7 +9594,6 @@ dependencies = [
|
||||
"proptest-arbitrary-interop",
|
||||
"reth-codecs",
|
||||
"reth-primitives-traits",
|
||||
"revm-primitives",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_with",
|
||||
|
||||
Reference in New Issue
Block a user