diff --git a/Cargo.lock b/Cargo.lock index 43a1264f..1dba023f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3707,7 +3707,6 @@ dependencies = [ "common", "futures", "humantime-serde", - "key_protocol", "log", "logos-blockchain-core", "nssa", @@ -7439,7 +7438,6 @@ dependencies = [ "futures", "humantime-serde", "jsonrpsee", - "key_protocol", "log", "logos-blockchain-core", "logos-blockchain-key-management-system-service", @@ -7471,7 +7469,6 @@ dependencies = [ "futures", "hex", "itertools 0.14.0", - "key_protocol", "log", "mempool", "nssa", diff --git a/indexer/core/Cargo.toml b/indexer/core/Cargo.toml index 2d7ec258..33fe2d9d 100644 --- a/indexer/core/Cargo.toml +++ b/indexer/core/Cargo.toml @@ -13,7 +13,6 @@ bedrock_client.workspace = true nssa.workspace = true nssa_core.workspace = true storage.workspace = true -key_protocol.workspace = true testnet_initial_state.workspace = true anyhow.workspace = true diff --git a/sequencer_core/Cargo.toml b/sequencer_core/Cargo.toml index 3801945f..e1ff0895 100644 --- a/sequencer_core/Cargo.toml +++ b/sequencer_core/Cargo.toml @@ -14,7 +14,6 @@ common.workspace = true storage.workspace = true mempool.workspace = true bedrock_client.workspace = true -key_protocol.workspace = true testnet_initial_state.workspace = true anyhow.workspace = true diff --git a/sequencer_rpc/Cargo.toml b/sequencer_rpc/Cargo.toml index f6da68e8..afab1a89 100644 --- a/sequencer_rpc/Cargo.toml +++ b/sequencer_rpc/Cargo.toml @@ -13,7 +13,6 @@ common.workspace = true mempool.workspace = true sequencer_core = { workspace = true } bedrock_client.workspace = true -key_protocol.workspace = true testnet_initial_state.workspace = true anyhow.workspace = true