From 5e7078edf3887afefc8fa2e19b393bbd3e9b7bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 28 Jul 2026 09:08:28 +0200 Subject: [PATCH] chore: Remove the deny exception for proc-macro-error2 --- .deny.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.deny.toml b/.deny.toml index e9ad4e54c..48f3f6c4a 100644 --- a/.deny.toml +++ b/.deny.toml @@ -10,7 +10,6 @@ exclude = [ version = 2 ignore = [ { id = "RUSTSEC-2024-0388", reason = "Unmaintained derivative crate, not a direct dependency" }, - { id = "RUSTSEC-2026-0173", reason = "Unmaintained proc-macro2 crate in aquamarine, not a direct dependency" }, ] [licenses]