From c0858617cdfbbaac9a192eea3be3e6a1e47843c0 Mon Sep 17 00:00:00 2001 From: Robert Kruszewski Date: Fri, 10 Jul 2026 13:59:52 +0100 Subject: [PATCH] Ignore quick-xml rustsec since we cannot update it ourselves Signed-off-by: Robert Kruszewski --- deny.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deny.toml b/deny.toml index b9f9c79a796..9c0c3eb3986 100644 --- a/deny.toml +++ b/deny.toml @@ -15,8 +15,8 @@ feature-depth = 1 ignore = [ # Paste is no longer maintained because its essentially "finished". "RUSTSEC-2024-0436", - # proc-macro-error-2 is unmaintained, only used by the `test_with` test dependency - "RUSTSEC-2026-0173" + # quick-xml is a transitive dependency that we cannot upgrade ourselves + "RUSTSEC-2026-0195" ] [licenses]