diff --git a/Cargo.toml b/Cargo.toml index 92cf61c..1f34e20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ alloy-sol-types = { version = "1.2", default-features = false } alloy-primitives = { version = "1.2", default-features = false, features = [ "map", ] } -revm = { version = "29.0.0", default-features = false } +revm = { version = "30.0.0", default-features = false } anstyle = { version = "1.0", optional = true } colorchoice = "1.0"