Generic request body (#22)

Fixes #21
This commit is contained in:
David Pedersen
2021-06-19 12:50:33 +02:00
committed by GitHub
parent 6a16cd40ca
commit 356f1c8424
20 changed files with 692 additions and 401 deletions
+6 -1
View File
@@ -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"