diff --git a/Cargo.toml b/Cargo.toml index ef4620e5..13e5c139 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ alloy-rpc-types-eth = "0.4" alloy-rpc-types-trace = "0.4" alloy-sol-types = "0.8" alloy-primitives = { version = "0.8", features = ["map"] } -revm = { version = "14.0.3", default-features = false, features = ["std"] } +revm = { version = "15.0.0", default-features = false, features = ["std"] } anstyle = "1.0" colorchoice = "1.0"