fix: machete fix

This commit is contained in:
Pravdyvy 2026-03-19 19:47:47 +02:00
parent dc3650edd7
commit e6cb4ecf94
4 changed files with 0 additions and 6 deletions

3
Cargo.lock generated
View File

@ -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",

View File

@ -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

View File

@ -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

View File

@ -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