From 991635eefbaf9741d842e1a4a963c7b9aa168aa9 Mon Sep 17 00:00:00 2001 From: Oriol Brufau Date: Fri, 7 Mar 2025 18:38:20 +0100 Subject: [PATCH] Ignore RUSTSEC-2024-0436 (crate `paste` is unmaintained) (#35854) Signed-off-by: Oriol Brufau --- deny.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deny.toml b/deny.toml index 0b050045195..6be232e669f 100644 --- a/deny.toml +++ b/deny.toml @@ -15,6 +15,9 @@ ignore = [ # This has been yanked, but upgrading to the next version breaks some WPT tests. # It needs investigation. "url@2.5.3", + + # The crate `paste` is no longer maintained. + "RUSTSEC-2024-0436", ] # This section is considered when running `cargo deny check licenses`