From b69c12aac7302f41da6a49cb032dc12b49e80242 Mon Sep 17 00:00:00 2001 From: Daniil Polyakov Date: Wed, 27 May 2026 00:25:26 +0300 Subject: [PATCH] chore(deny): ignore unmaintained proc-macro-error warning --- .deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.deny.toml b/.deny.toml index fb1ce3cf..6981f303 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-2024-0370", reason = "transitive dependency of `logos-blockchain-http-api-common`, can't do anything than wait for upstream fix" }, ] yanked = "deny" unused-ignored-advisory = "deny"