diff --git a/Cargo.toml b/Cargo.toml index c3e05ff8..bef50638 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ clap = { version = "4.5", features = ["derive", "env"] } log = "0.4" nybbles = { version = "0.2.1", features = ["serde"] } once_cell = "1.19" -revm = { version = "13.0", default-features = false, features = ["std"] } +revm = { version = "14.0", default-features = false, features = ["std"] } serde = "1.0" serde_json = "1.0" sha2 = { version = "0.10" }