mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-05-21 09:09:28 +00:00
fix: cli
This commit is contained in:
parent
20b9868ace
commit
832b21f74d
@ -16,6 +16,7 @@ ignore = [
|
||||
{ id = "RUSTSEC-2026-0097", reason = "`rand` v0.8.5 is present transitively from logos crates, modification may break integration" },
|
||||
{ id = "RUSTSEC-2026-0118", reason = "`hickory-proto` v0.25.0-alpha.5 is present transitively from logos crates, modification may break integration" },
|
||||
{ id = "RUSTSEC-2026-0119", reason = "`hickory-proto` v0.25.0-alpha.5 is present transitively from logos crates, modification may break integration" },
|
||||
{ id = "RUSTSEC-2026-0145", reason = "`astral-tokio-tar` v0.6.1 is pulled transitively via testcontainers (integration_tests dev/test path); waiting on upstream fix" },
|
||||
]
|
||||
yanked = "deny"
|
||||
unused-ignored-advisory = "deny"
|
||||
|
||||
@ -12,14 +12,11 @@ workspace = true
|
||||
integration_tests.workspace = true
|
||||
wallet.workspace = true
|
||||
nssa.workspace = true
|
||||
nssa_core = { workspace = true, features = ["host"] }
|
||||
sequencer_service.workspace = true
|
||||
sequencer_service_rpc = { workspace = true, features = ["client"] }
|
||||
indexer_service.workspace = true
|
||||
indexer_service_rpc = { workspace = true, features = ["client"] }
|
||||
jsonrpsee = { workspace = true, features = ["ws-client"] }
|
||||
token_core.workspace = true
|
||||
amm_core.workspace = true
|
||||
common.workspace = true
|
||||
tempfile.workspace = true
|
||||
borsh.workspace = true
|
||||
@ -30,4 +27,3 @@ tokio = { workspace = true, features = ["macros", "rt-multi-thread", "time"] }
|
||||
clap.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
log.workspace = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user