Skip to content

Commit

Permalink
remove deprecated fields from deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasavru committed Mar 20, 2024
1 parent 905f090 commit 23e88b8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
[graph]
all-features = true

[advisories]
version = 2
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
vulnerability = "deny"
unmaintained = "deny"
yanked = "deny"
notice = "deny"
ignore = [
#"RUSTSEC-0000-0000",
]

[licenses]
unlicensed = "deny"
# See https://spdx.org/licenses/ for list of possible licenses
# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
allow = [
Expand All @@ -24,9 +22,6 @@ allow = [
"Unicode-DFS-2016",
"Zlib",
]
copyleft = "deny"
allow-osi-fsf-free = "neither"
default = "deny"
confidence-threshold = 1.0

[bans]
Expand Down

0 comments on commit 23e88b8

Please sign in to comment.