From a7ca8f39eeab55e29d9337336758703aacb11a6a Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Fri, 6 Dec 2024 21:21:53 +0100 Subject: [PATCH] chore: update deny.toml --- deny.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/deny.toml b/deny.toml index 2951ecc..2366983 100644 --- a/deny.toml +++ b/deny.toml @@ -1,9 +1,6 @@ [advisories] -vulnerability = "deny" -unmaintained = "warn" -unsound = "warn" +version = 2 yanked = "warn" -notice = "warn" [bans] multiple-versions = "warn" @@ -11,7 +8,6 @@ wildcards = "deny" highlight = "all" [licenses] -unlicensed = "deny" confidence-threshold = 0.9 # copyleft = "deny" @@ -23,6 +19,7 @@ allow = [ "BSD-2-Clause", "BSD-3-Clause", "ISC", + "Unicode-3.0", "Unicode-DFS-2016", "Unlicense", "MPL-2.0",