From b562ea3100390091ed9517f7539cba442ce5c1aa Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Fri, 20 Sep 2024 05:20:17 +0200 Subject: [PATCH] chore(deps): bump revm to 14.0.2 (#11063) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",