Skip to content

Commit babf7a7

Browse files
committed
Update .deny.toml
1 parent a3421d7 commit babf7a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.deny.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
22
[advisories]
3+
unused-ignored-advisory = "deny"
34
yanked = "deny"
5+
unmaintained = "none"
6+
unsound = "all"
47
git-fetch-with-cli = true
58
ignore = [
69
]
@@ -25,6 +28,7 @@ build.bypass = [
2528
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
2629
[licenses]
2730
unused-allowed-license = "deny"
31+
unused-license-exception = "deny"
2832
private.ignore = true
2933
allow = [
3034
"Apache-2.0",
@@ -34,6 +38,7 @@ allow = [
3438

3539
# https://embarkstudios.github.io/cargo-deny/checks/sources/cfg.html
3640
[sources]
41+
unused-allowed-source = "deny"
3742
unknown-registry = "deny"
3843
unknown-git = "deny"
3944
allow-git = [

0 commit comments

Comments
 (0)