From 374ed78d9bfae2c67e32af4b4fe4769fb5dd9b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Mon, 6 Jul 2026 13:22:30 +0200 Subject: [PATCH] chore: Allow proc-macro-error2 for now as it's only used in aquamarine --- .deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.deny.toml b/.deny.toml index 48f3f6c4a..e9ad4e54c 100644 --- a/.deny.toml +++ b/.deny.toml @@ -10,6 +10,7 @@ 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]