Skip to content

Commit

Permalink
Merge pull request #110 from artichoke/lopopolo-patch-1
Browse files Browse the repository at this point in the history
Update deny.toml to address deprecations removed in 0.16.0
  • Loading branch information
lopopolo authored Sep 8, 2024
2 parents daa87c9 + 26bc693 commit bee010e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
[advisories]
vulnerability = "deny"
unmaintained = "deny"
notice = "warn"
ignore = []

[licenses]
unlicensed = "deny"
allow = [
"Apache-2.0",
"MIT",
"Unicode-DFS-2016",
]
deny = []
copyleft = "deny"
allow-osi-fsf-free = "neither"
default = "deny"
confidence-threshold = 0.8

[bans]
multiple-versions = "deny"
Expand Down

0 comments on commit bee010e

Please sign in to comment.