diff --git a/Cargo.toml b/Cargo.toml index 959bcd36a6..189681e329 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -406,7 +406,7 @@ reth-trie-db = { path = "crates/trie/db" } reth-trie-parallel = { path = "crates/trie/parallel" } # revm -revm = { version = "14.0.1", features = [ +revm = { version = "14.0.2", features = [ "std", "secp256k1", "blst",