diff --git a/Cargo.toml b/Cargo.toml index ce9d88cdc..05414cc91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -514,7 +514,7 @@ alloy-eip2124 = { version = "0.2.0", default-features = false } alloy-eip7928 = { version = "0.4.0", default-features = false, features = ["rlp"] } alloy-evm = { version = "0.36.0", default-features = false } alloy-rlp = { version = "0.3.13", default-features = false, features = ["core-net"] } -alloy-trie = { version = "0.9.4", default-features = false } +alloy-trie = { version = "0.9.5", default-features = false } alloy-hardforks = "0.4.7"