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