From 893bb75e3bab9697e78a8b3529edab7bac8b135b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ml=C3=A1dek?= Date: Thu, 7 Nov 2024 17:27:41 +0100 Subject: [PATCH] CI: allow `pin-project-lite` in public dependencies (#3020) --- axum-extra/Cargo.toml | 1 + axum/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/axum-extra/Cargo.toml b/axum-extra/Cargo.toml index 266ed3b8..6fd81f92 100644 --- a/axum-extra/Cargo.toml +++ b/axum-extra/Cargo.toml @@ -98,6 +98,7 @@ allowed = [ "headers_core", "http", "http_body", + "pin_project_lite", "prost", "serde", "tokio", diff --git a/axum/Cargo.toml b/axum/Cargo.toml index c47a1ead..4b94caef 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -199,6 +199,7 @@ allowed = [ "futures_core", "futures_sink", "futures_util", + "pin_project_lite", "tower_layer", "tower_service",