mirror of https://github.com/tokio-rs/axum
CI: allow `pin-project-lite` in public dependencies (#3020)
This commit is contained in:
parent
280d16a610
commit
269565ff93
|
@ -100,6 +100,7 @@ allowed = [
|
||||||
"headers_core",
|
"headers_core",
|
||||||
"http",
|
"http",
|
||||||
"http_body",
|
"http_body",
|
||||||
|
"pin_project_lite",
|
||||||
"prost",
|
"prost",
|
||||||
"serde",
|
"serde",
|
||||||
"tokio",
|
"tokio",
|
||||||
|
|
|
@ -195,6 +195,7 @@ allowed = [
|
||||||
"futures_core",
|
"futures_core",
|
||||||
"futures_sink",
|
"futures_sink",
|
||||||
"futures_util",
|
"futures_util",
|
||||||
|
"pin_project_lite",
|
||||||
"tower_layer",
|
"tower_layer",
|
||||||
"tower_service",
|
"tower_service",
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue