From 4280ee6987eef8698c228a8d98185f138024c56d Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Tue, 11 Nov 2025 09:47:22 -0500 Subject: [PATCH] revm 33 --- processor/ethereum/router/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/ethereum/router/Cargo.toml b/processor/ethereum/router/Cargo.toml index 3be451ea..133f7610 100644 --- a/processor/ethereum/router/Cargo.toml +++ b/processor/ethereum/router/Cargo.toml @@ -33,7 +33,7 @@ alloy-rpc-types-eth = { version = "1", default-features = false } alloy-transport = { version = "1", default-features = false } alloy-provider = { version = "1", default-features = false } -revm = { version = "31", default-features = false } +revm = { version = "33", default-features = false } ethereum-schnorr = { package = "ethereum-schnorr-contract", path = "../../../networks/ethereum/schnorr", default-features = false }