mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-03 00:00:07 +02:00
@@ -16,7 +16,12 @@ confidence-threshold = 0.8
|
||||
multiple-versions = "deny"
|
||||
highlight = "all"
|
||||
skip-tree = []
|
||||
skip = []
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user