mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-23 00:00:15 +02:00
CI: allow pin-project-lite in public dependencies (#3020)
This commit is contained in:
@@ -98,6 +98,7 @@ allowed = [
|
||||
"headers_core",
|
||||
"http",
|
||||
"http_body",
|
||||
"pin_project_lite",
|
||||
"prost",
|
||||
"serde",
|
||||
"tokio",
|
||||
|
||||
@@ -199,6 +199,7 @@ allowed = [
|
||||
"futures_core",
|
||||
"futures_sink",
|
||||
"futures_util",
|
||||
"pin_project_lite",
|
||||
"tower_layer",
|
||||
"tower_service",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user