Skip to content

Commit cbd47e2

Browse files
committed
Update deny.toml to version 2
1 parent 0d1c7e9 commit cbd47e2

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

deny.toml

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,20 @@
11
[advisories]
2-
db-path = "~/.cargo/advisory-db"
3-
db-urls = ["https://github.com/rustsec/advisory-db"]
4-
vulnerability = "deny"
5-
unmaintained = "deny"
6-
yanked = "deny"
7-
notice = "warn"
2+
version = 2
83

94
[licenses]
10-
unlicensed = "deny"
115
allow = [
6+
"MIT",
7+
"Apache-2.0",
8+
"Apache-2.0 WITH LLVM-exception",
9+
"GPL-3.0",
1210
"Unicode-DFS-2016" # used for unicode-ident
1311
]
14-
copyleft = "allow"
15-
allow-osi-fsf-free = "both"
16-
default = "deny"
1712
confidence-threshold = 0.8
1813

1914
[bans]
2015
multiple-versions = "deny"
2116
wildcards = "warn"
2217
highlight = "all"
23-
skip-tree = [
24-
# I HATE CRITERION AAAAAAAA
25-
{ name = "criterion" }
26-
]
2718

2819
[sources]
2920
unknown-registry = "deny"

0 commit comments

Comments
 (0)