Skip to content

Commit

Permalink
chore: update cargo deny (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Dec 4, 2024
1 parent 06aef51 commit 2440a48
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
[advisories]
vulnerability = "deny"
unmaintained = "warn"
unsound = "warn"
yanked = "warn"
notice = "warn"

[bans]
multiple-versions = "warn"
wildcards = "deny"
highlight = "all"

[licenses]
unlicensed = "deny"
confidence-threshold = 0.9
# copyleft = "deny"

Expand All @@ -23,6 +18,7 @@ allow = [
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-3.0",
"Unicode-DFS-2016",
"Unlicense",
"MPL-2.0",
Expand Down

0 comments on commit 2440a48

Please sign in to comment.