CI: allow `pin-project-lite` in public dependencies (#3020)

This commit is contained in:
David Mládek 2024-11-07 17:27:41 +01:00 committed by GitHub
parent 280d16a610
commit 269565ff93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,7 @@ allowed = [
"headers_core",
"http",
"http_body",
"pin_project_lite",
"prost",
"serde",
"tokio",

View File

@ -195,6 +195,7 @@ allowed = [
"futures_core",
"futures_sink",
"futures_util",
"pin_project_lite",
"tower_layer",
"tower_service",