diff --git a/Cargo.lock b/Cargo.lock index 6ebce860a818..bef93960c7dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9469,9 +9469,9 @@ dependencies = [ [[package]] name = "revm" -version = "19.3.0" +version = "19.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a5a57589c308880c0f89ebf68d92aeef0d51e1ed88867474f895f6fd0f25c64" +checksum = "1538aea4d103a8044820eede9b1254e1b5a2a2abaf3f9a67bef19f8865cf1826" dependencies = [ "auto_impl", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 400941714442..3b02b4230a59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -420,7 +420,7 @@ reth-trie-sparse = { path = "crates/trie/sparse" } reth-zstd-compressors = { path = "crates/storage/zstd-compressors", default-features = false } # revm -revm = { version = "19.3.0", default-features = false } +revm = { version = "19.4.0", default-features = false } revm-primitives = { version = "15.1.0", default-features = false } revm-interpreter = { version = "15.0.0", default-features = false } revm-inspectors = "0.14.1"