axum/deny.toml
2021-06-19 12:50:33 +02:00

29 lines
564 B
TOML

[advisories]
vulnerability = "deny"
unmaintained = "warn"
notice = "warn"
ignore = []
[licenses]
unlicensed = "deny"
allow = []
deny = []
copyleft = "warn"
allow-osi-fsf-free = "either"
confidence-threshold = 0.8
[bans]
multiple-versions = "deny"
highlight = "all"
skip-tree = []
skip = [
# iri-string uses old version
# iri-string pulled in by tower-http
# PR to update tower-http is https://github.com/tower-rs/tower-http/pull/110
{ name = "nom", version = "=5.1.2" },
]
[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-git = []