From bb67eaff483856422b49f9432e299bc62c52109a Mon Sep 17 00:00:00 2001 From: Edoardo Marangoni Date: Mon, 10 Mar 2025 10:01:19 +0100 Subject: [PATCH] fix: Explicitly allow "paste - no longer maintained" advisory in `cargo-deny` --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 3a4f57070..092377b15 100644 --- a/deny.toml +++ b/deny.toml @@ -77,6 +77,7 @@ ignore = [ "proc-macro-error@1.0.4", "RUSTSEC-2024-0370", + "RUSTSEC-2024-0436" ] # If this is true, then cargo deny will use the git executable to fetch advisory database. # If this is false, then it uses a built-in git library.