Skip to content

Commit 6953d95

Browse files
committed
Remove deprecated deny.toml entries as per EmbarkStudios/cargo-deny#611
1 parent aa668ae commit 6953d95

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

deny.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[graph]
12
targets = [
23
{ triple = "x86_64-unknown-linux-gnu" },
34
{ triple = "aarch64-unknown-linux-gnu" },
@@ -7,19 +8,12 @@ targets = [
78
[advisories]
89
db-path = "~/.cargo/advisory-db"
910
db-urls = ["https://github.com/rustsec/advisory-db"]
10-
vulnerability = "deny"
11-
unmaintained = "warn"
1211
yanked = "deny"
13-
notice = "warn"
1412
ignore = []
1513

1614
[licenses]
17-
unlicensed = "deny"
1815
allow = ["Apache-2.0", "MIT"]
1916
deny = []
20-
copyleft = "deny"
21-
allow-osi-fsf-free = "neither"
22-
default = "deny"
2317
confidence-threshold = 0.8
2418
exceptions = [
2519
# The Unicode-DFS--2016 license is necessary for unicode-ident because

0 commit comments

Comments
 (0)