Skip to content

Commit

Permalink
Update deny.toml to address deprecations removed in 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Sep 8, 2024
1 parent 6d01c9b commit 372acf9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
[advisories]
vulnerability = "deny"
unmaintained = "deny"
notice = "warn"
ignore = []

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

[bans]
multiple-versions = "deny"
Expand All @@ -26,7 +17,4 @@ skip-tree = []
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = [
"https://github.com/rust-lang/crates.io-index",
]
allow-git = []

0 comments on commit 372acf9

Please sign in to comment.