diff --git a/Cargo.lock b/Cargo.lock index e3439891..8c8a961f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4152,7 +4152,6 @@ dependencies = [ "reqwest", "risc0-zkvm", "sequencer_core", - "sequencer_service_protocol", "sequencer_service_rpc", "serde_json", "system_accounts", diff --git a/integration_tests/Cargo.toml b/integration_tests/Cargo.toml index a2ab08b7..060e10f3 100644 --- a/integration_tests/Cargo.toml +++ b/integration_tests/Cargo.toml @@ -29,7 +29,6 @@ bridge_lock_core.workspace = true wrapped_token_core.workspace = true risc0-zkvm.workspace = true indexer_service_rpc = { workspace = true, features = ["client"] } -sequencer_service_protocol.workspace = true sequencer_service_rpc = { workspace = true, features = ["client"] } wallet-ffi.workspace = true indexer_ffi.workspace = true