From ca76a41666e049beff6aeb94f983f558fa9935d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 13 Mar 2025 10:36:21 +0200 Subject: [PATCH] deny: Add override for paste It's unmaintained now but there's no alternative. Part-of: --- deny.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 9c335a197..53d36ac69 100644 --- a/deny.toml +++ b/deny.toml @@ -8,7 +8,10 @@ exclude = [ version = 2 db-path = "~/.cargo/advisory-db" db-urls = ["https://github.com/rustsec/advisory-db"] -ignore = [] +ignore = [ + # paste is no longer maintained but there's no alternative + "RUSTSEC-2024-0436" +] [licenses] version = 2