diff --git a/Cargo.toml b/Cargo.toml index 5f14e484..5e37ff31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ itertools = "0.14" log = "0.4" rand = "0.9" reqwest = "0.12" -revm = { version = "23.1", default-features = false, features = ["std"] } +revm = { version = "24.0", default-features = false, features = ["std"] } op-revm = { version = "4.0", default-features = false, features = ["std"] } rkyv = "0.8" serde = "1.0"