mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-22 23:30:29 +01:00
356f1c8424
Fixes #21
29 lines
564 B
TOML
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 = []
|