From 552503a42f090e73436ec999084f76fddd394fde Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Wed, 24 Jun 2026 13:14:50 +0300 Subject: [PATCH] fix(deny): deny fix --- .deny.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.deny.toml b/.deny.toml index fd7bcebb..4d69e70b 100644 --- a/.deny.toml +++ b/.deny.toml @@ -18,7 +18,6 @@ ignore = [ { 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" }, - { id = "RUSTSEC-2026-0185", reason = "`quinn-proto` remote memory exhaustion; pulled in transitively via `logos-blockchain-libp2p`, waiting on upstream fix" }, ] yanked = "deny" unused-ignored-advisory = "deny"