From 4caa7552bafef4268d1125503adecaf582ab7f35 Mon Sep 17 00:00:00 2001 From: Jeron Aldaron Lau Date: Sun, 10 Mar 2024 00:38:52 -0600 Subject: [PATCH] Update deny.toml to v2 --- deny.toml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/deny.toml b/deny.toml index c0a65767..636564fc 100644 --- a/deny.toml +++ b/deny.toml @@ -1,21 +1,21 @@ -all-features = false +[graph] no-default-features = false +all-features = false + +[output] feature-depth = 1 [advisories] +version = 2 db-path = "~/.cargo/advisory-db" db-urls = ["https://github.com/rustsec/advisory-db"] -vulnerability = "deny" -unmaintained = "deny" yanked = "deny" -notice = "deny" ignore = [ # "RUSTSEC-0000-0000", ] -severity-threshold = "None" [licenses] -unlicensed = "deny" +version = 2 allow = [ "Apache-2.0", "BSD-2-Clause", @@ -28,10 +28,6 @@ allow = [ "Unicode-DFS-2016", "Zlib", ] -deny = [] -copyleft = "deny" -allow-osi-fsf-free = "neither" -default = "deny" confidence-threshold = 1.0 exceptions = []