From cbd47e2fe9b33410c58ce7b6064b929b657c8ba9 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 3 Nov 2024 11:14:47 -0500 Subject: [PATCH] Update deny.toml to version 2 --- deny.toml | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/deny.toml b/deny.toml index 31652c9..48b9c1f 100755 --- a/deny.toml +++ b/deny.toml @@ -1,29 +1,20 @@ [advisories] -db-path = "~/.cargo/advisory-db" -db-urls = ["https://github.com/rustsec/advisory-db"] -vulnerability = "deny" -unmaintained = "deny" -yanked = "deny" -notice = "warn" +version = 2 [licenses] -unlicensed = "deny" allow = [ + "MIT", + "Apache-2.0", + "Apache-2.0 WITH LLVM-exception", + "GPL-3.0", "Unicode-DFS-2016" # used for unicode-ident ] -copyleft = "allow" -allow-osi-fsf-free = "both" -default = "deny" confidence-threshold = 0.8 [bans] multiple-versions = "deny" wildcards = "warn" highlight = "all" -skip-tree = [ - # I HATE CRITERION AAAAAAAA - { name = "criterion" } -] [sources] unknown-registry = "deny"