Update .deny.toml

This commit is contained in:
Taiki Endo
2026-01-10 21:46:54 +09:00
parent 83961fc0a2
commit 8fb4e4b842

View File

@@ -1,6 +1,9 @@
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
[advisories]
unused-ignored-advisory = "deny"
yanked = "deny"
unmaintained = "none"
unsound = "all"
git-fetch-with-cli = true
ignore = [
]
@@ -28,6 +31,7 @@ build.bypass = [
# https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html
[licenses]
unused-allowed-license = "deny"
unused-license-exception = "deny"
private.ignore = true
allow = [
"Apache-2.0",
@@ -37,6 +41,7 @@ allow = [
# https://embarkstudios.github.io/cargo-deny/checks/sources/cfg.html
[sources]
unused-allowed-source = "deny"
unknown-registry = "deny"
unknown-git = "deny"
allow-git = [