From 8fd9eb144977f4dd3d51f78d114d692c35fd4fc9 Mon Sep 17 00:00:00 2001 From: erhant Date: Wed, 22 Jul 2026 19:38:40 +0300 Subject: [PATCH] chore: drop unused `sequencer_service_protocol` dep from `integration_tests` --- Cargo.lock | 1 - integration_tests/Cargo.toml | 1 - 2 files changed, 2 deletions(-) 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