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

This commit is contained in:
David Mládek
2024-11-16 16:25:41 +01:00
committed by Jonas Platte
parent feee742ca1
commit 893bb75e3b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -98,6 +98,7 @@ allowed = [
"headers_core",
"http",
"http_body",
"pin_project_lite",
"prost",
"serde",
"tokio",
+1
View File
@@ -199,6 +199,7 @@ allowed = [
"futures_core",
"futures_sink",
"futures_util",
"pin_project_lite",
"tower_layer",
"tower_service",