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",
|
||||
"http",
|
||||
"http_body",
|
||||
"pin_project_lite",
|
||||
"prost",
|
||||
"serde",
|
||||
"tokio",
|
||||
|
|
|
@ -195,6 +195,7 @@ allowed = [
|
|||
"futures_core",
|
||||
"futures_sink",
|
||||
"futures_util",
|
||||
"pin_project_lite",
|
||||
"tower_layer",
|
||||
"tower_service",
|
||||
|
||||
|
|
Loading…
Reference in New Issue