mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-02-14 10:23:08 +00:00
fix: machete update
This commit is contained in:
parent
df58511bf0
commit
505e653ff0
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -5210,7 +5210,6 @@ dependencies = [
|
||||
"anyhow",
|
||||
"base58",
|
||||
"base64",
|
||||
"bedrock_client",
|
||||
"borsh",
|
||||
"common",
|
||||
"futures",
|
||||
@ -5233,7 +5232,6 @@ dependencies = [
|
||||
"actix",
|
||||
"actix-web",
|
||||
"anyhow",
|
||||
"bedrock_client",
|
||||
"clap",
|
||||
"common",
|
||||
"env_logger",
|
||||
|
||||
@ -8,7 +8,6 @@ nssa.workspace = true
|
||||
common.workspace = true
|
||||
mempool.workspace = true
|
||||
sequencer_core.workspace = true
|
||||
bedrock_client.workspace = true
|
||||
|
||||
anyhow.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
@ -7,7 +7,6 @@ edition = "2024"
|
||||
common.workspace = true
|
||||
sequencer_core = { workspace = true, features = ["testnet"] }
|
||||
sequencer_rpc.workspace = true
|
||||
bedrock_client.workspace = true
|
||||
|
||||
clap = { workspace = true, features = ["derive", "env"] }
|
||||
anyhow.workspace = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user