Update allowed crates in public API (#1888)

This commit is contained in:
David Pedersen 2023-03-27 17:12:19 +02:00 committed by GitHub
parent 8f6bfa3914
commit 9b1f1a907b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -80,6 +80,7 @@ rustdoc-args = ["--cfg", "docsrs"]
allowed = [
"axum",
"axum_core",
"axum_macros",
"bytes",
"cookie",
"futures_core",
@ -87,7 +88,6 @@ allowed = [
"http",
"http_body",
"hyper",
"percent_encoding",
"prost",
"serde",
"tokio",

View file

@ -176,11 +176,14 @@ features = [
[package.metadata.cargo-public-api-crates]
allowed = [
"async_trait",
"axum_core",
"axum_macros",
"bytes",
"futures_core",
"futures_sink",
"futures_util",
"headers",
"headers_core",
"http",
"http_body",