mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-24 03:03:09 +00:00
fix: machete fix
This commit is contained in:
parent
dc3650edd7
commit
e6cb4ecf94
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user