From 9cfa8a95660d3b34628596fb9e152e62a4e8f712 Mon Sep 17 00:00:00 2001 From: Derek Cofausper <256792747+decofe@users.noreply.github.com> Date: Fri, 27 Feb 2026 13:48:42 -0800 Subject: [PATCH] chore: remove unused op-* workspace dependencies (#22667) Co-authored-by: Amp --- Cargo.toml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3f4dc0fb96..7d71afa919 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -489,14 +489,9 @@ alloy-transport-ipc = { version = "1.7.3", default-features = false } alloy-transport-ws = { version = "1.7.3", default-features = false } # op -alloy-op-evm = { version = "0.27.2", default-features = false } -alloy-op-hardforks = "0.4.4" op-alloy-rpc-types = { version = "0.24.0", default-features = false } op-alloy-rpc-types-engine = { version = "0.24.0", default-features = false } -op-alloy-network = { version = "0.24.0", default-features = false } op-alloy-consensus = { version = "0.24.0", default-features = false } -op-alloy-rpc-jsonrpsee = { version = "0.24.0", default-features = false } -op-alloy-flz = { version = "0.13.1", default-features = false } # misc either = { version = "1.15.0", default-features = false } @@ -741,10 +736,8 @@ ipnet = "2.11" # alloy-transport-ws = { git = "https://github.com/alloy-rs/alloy", rev = "3049f232fbb44d1909883e154eb38ec5962f53a3" } # op-alloy-consensus = { git = "https://github.com/alloy-rs/op-alloy", rev = "a79d6fc" } -# op-alloy-network = { git = "https://github.com/alloy-rs/op-alloy", rev = "a79d6fc" } # op-alloy-rpc-types = { git = "https://github.com/alloy-rs/op-alloy", rev = "a79d6fc" } # op-alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/op-alloy", rev = "a79d6fc" } -# op-alloy-rpc-jsonrpsee = { git = "https://github.com/alloy-rs/op-alloy", rev = "a79d6fc" } # # revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors", rev = "1207e33" } # @@ -755,9 +748,7 @@ ipnet = "2.11" # jsonrpsee-types = { git = "https://github.com/paradigmxyz/jsonrpsee", branch = "matt/make-rpc-service-pub" } # alloy-evm = { git = "https://github.com/alloy-rs/evm", rev = "df124c0" } -# alloy-op-evm = { git = "https://github.com/alloy-rs/evm", rev = "df124c0" } # revm-inspectors = { git = "https://github.com/paradigmxyz/revm-inspectors", rev = "3020ea8" } # alloy-evm = { git = "https://github.com/alloy-rs/evm", rev = "072c248" } -# alloy-op-evm = { git = "https://github.com/alloy-rs/evm", rev = "072c248" }