diff --git a/.deny.toml b/.deny.toml index fb1ce3cf..320a9eda 100644 --- a/.deny.toml +++ b/.deny.toml @@ -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" diff --git a/tools/e2e_bench/Cargo.toml b/tools/e2e_bench/Cargo.toml index e3d7fd7a..c6658a8e 100644 --- a/tools/e2e_bench/Cargo.toml +++ b/tools/e2e_bench/Cargo.toml @@ -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