This commit is contained in:
Moudy 2026-05-19 09:59:11 +02:00
parent 20b9868ace
commit 832b21f74d
2 changed files with 1 additions and 4 deletions

View File

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

View File

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