From 68136021d9b7b10b519620d12fd568b6cd40923a Mon Sep 17 00:00:00 2001 From: Daniil Polyakov Date: Mon, 8 Jun 2026 14:46:52 +0300 Subject: [PATCH] chore(deny): ignore proc-macro-error2 unmaintained until upstream fix --- .deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.deny.toml b/.deny.toml index 00e800c5..08c3e3f6 100644 --- a/.deny.toml +++ b/.deny.toml @@ -15,8 +15,8 @@ ignore = [ { id = "RUSTSEC-2023-0089", reason = "atomic-polyfill is pulled transitively via risc0-zkvm; waiting on upstream fix (see https://github.com/risc0/risc0/issues/3453)" }, { 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 present transitively, can't do anything than wait for upstream fix" }, ] yanked = "deny" unused-ignored-advisory = "deny"