From c24f102255e260fa53c2bd6df2d3579857f43b4d Mon Sep 17 00:00:00 2001 From: Boshen Date: Thu, 19 Dec 2024 23:36:12 +0800 Subject: [PATCH] chore: add `Zlib` license to deny.toml --- deny.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deny.toml b/deny.toml index 4644e0a61174c..9e132a58d42f9 100644 --- a/deny.toml +++ b/deny.toml @@ -22,7 +22,6 @@ yanked = "warn" # A list of advisory IDs to ignore. Note that ignored advisories will still # output a note when they are encountered. ignore = [ - "RUSTSEC-2024-0399", # "RUSTSEC-0000-0000", ] # Threshold for security vulnerabilities, any vulnerability with a CVSS score @@ -69,7 +68,7 @@ exceptions = [ # Each entry is the crate and version constraint, and its specific allow # list - # { allow = ["Zlib"], name = "adler32", version = "*" }, + { allow = ["Zlib"], name = "foldhash", version = "*" }, ] # Some crates don't have (easily) machine readable licensing information,