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", "common",
"futures", "futures",
"humantime-serde", "humantime-serde",
"key_protocol",
"log", "log",
"logos-blockchain-core", "logos-blockchain-core",
"nssa", "nssa",
@ -7439,7 +7438,6 @@ dependencies = [
"futures", "futures",
"humantime-serde", "humantime-serde",
"jsonrpsee", "jsonrpsee",
"key_protocol",
"log", "log",
"logos-blockchain-core", "logos-blockchain-core",
"logos-blockchain-key-management-system-service", "logos-blockchain-key-management-system-service",
@ -7471,7 +7469,6 @@ dependencies = [
"futures", "futures",
"hex", "hex",
"itertools 0.14.0", "itertools 0.14.0",
"key_protocol",
"log", "log",
"mempool", "mempool",
"nssa", "nssa",

View File

@ -13,7 +13,6 @@ bedrock_client.workspace = true
nssa.workspace = true nssa.workspace = true
nssa_core.workspace = true nssa_core.workspace = true
storage.workspace = true storage.workspace = true
key_protocol.workspace = true
testnet_initial_state.workspace = true testnet_initial_state.workspace = true
anyhow.workspace = true anyhow.workspace = true

View File

@ -14,7 +14,6 @@ common.workspace = true
storage.workspace = true storage.workspace = true
mempool.workspace = true mempool.workspace = true
bedrock_client.workspace = true bedrock_client.workspace = true
key_protocol.workspace = true
testnet_initial_state.workspace = true testnet_initial_state.workspace = true
anyhow.workspace = true anyhow.workspace = true

View File

@ -13,7 +13,6 @@ common.workspace = true
mempool.workspace = true mempool.workspace = true
sequencer_core = { workspace = true } sequencer_core = { workspace = true }
bedrock_client.workspace = true bedrock_client.workspace = true
key_protocol.workspace = true
testnet_initial_state.workspace = true testnet_initial_state.workspace = true
anyhow.workspace = true anyhow.workspace = true