Skip to content

Commit

Permalink
Remove deprecated deny.toml entries as per EmbarkStudios/cargo-deny#611
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeb committed Dec 16, 2024
1 parent aa668ae commit 6953d95
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[graph]
targets = [
{ triple = "x86_64-unknown-linux-gnu" },
{ triple = "aarch64-unknown-linux-gnu" },
Expand All @@ -7,19 +8,12 @@ targets = [
[advisories]
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
vulnerability = "deny"
unmaintained = "warn"
yanked = "deny"
notice = "warn"
ignore = []

[licenses]
unlicensed = "deny"
allow = ["Apache-2.0", "MIT"]
deny = []
copyleft = "deny"
allow-osi-fsf-free = "neither"
default = "deny"
confidence-threshold = 0.8
exceptions = [
# The Unicode-DFS--2016 license is necessary for unicode-ident because
Expand Down

0 comments on commit 6953d95

Please sign in to comment.