From 0dbd959f7c3c3b34515732b83eead31e1ab4575d Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Sun, 11 Aug 2024 06:41:30 -0700 Subject: [PATCH] Updating cargo deny settings --- deny.toml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/deny.toml b/deny.toml index 064b17d4..1dbe2443 100644 --- a/deny.toml +++ b/deny.toml @@ -1,21 +1,14 @@ +[graph] targets = [] [advisories] db-path = "~/.cargo/advisory-db" db-urls = ["https://github.com/rustsec/advisory-db"] -vulnerability = "deny" -unmaintained = "warn" yanked = "warn" -notice = "warn" ignore = [] [licenses] -unlicensed = "deny" -allow = ["MPL-2.0"] -deny = [] -copyleft = "deny" -allow-osi-fsf-free = "either" -default = "deny" +allow = ["MPL-2.0", "MIT", "Apache-2.0", "Unicode-DFS-2016", "BSD-3-Clause"] confidence-threshold = 0.8 exceptions = []