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 }