From 5624f9e629e4f6aae4f97af73e9bba28c6bf6471 Mon Sep 17 00:00:00 2001 From: moudyellaz Date: Mon, 8 Jun 2026 19:36:28 +0200 Subject: [PATCH] chore: ignore RUSTSEC-2026-0173 (proc-macro-error2 unmaintained) --- .deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.deny.toml b/.deny.toml index 21d40007..3c08bc8d 100644 --- a/.deny.toml +++ b/.deny.toml @@ -16,6 +16,7 @@ ignore = [ { 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-2024-0370", reason = "transitive dependency of `logos-blockchain-http-api-common`, can't do anything than wait for upstream fix" }, + { id = "RUSTSEC-2026-0173", reason = "`proc-macro-error2` is unmaintained; pulled in transitively via `leptos_macro` and `overwatch-derive`, waiting on upstream fix" }, ] yanked = "deny" unused-ignored-advisory = "deny"