Skip to content

Commit 48014a5

Browse files
committed
Fix deny
1 parent e799e84 commit 48014a5

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

deny.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
[graph]
2+
all-features = true
3+
14
[advisories]
2-
vulnerability = "deny"
3-
unmaintained = "deny"
4-
notice = "deny"
55
ignore = [
66
]
77

@@ -13,9 +13,6 @@ unknown-registry = "deny"
1313
unknown-git = "deny"
1414

1515
[licenses]
16-
unlicensed = "deny"
17-
allow-osi-fsf-free = "neither"
18-
copyleft = "deny"
1916
# We want really high confidence when inferring licenses from text
2017
confidence-threshold = 0.93
2118
allow = [

0 commit comments

Comments
 (0)