From 5ad97159a5829145e951de9facbadbccb746b128 Mon Sep 17 00:00:00 2001 From: theochap Date: Mon, 13 Oct 2025 15:30:43 -0400 Subject: [PATCH] chore(deps): update revm dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92cf61c6..1f34e208 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"