From 269565ff931b133d850e20491983baf6b2f8c115 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 52072240..95aff92d 100644 --- a/axum-extra/Cargo.toml +++ b/axum-extra/Cargo.toml @@ -100,6 +100,7 @@ allowed = [ "headers_core", "http", "http_body", + "pin_project_lite", "prost", "serde", "tokio", diff --git a/axum/Cargo.toml b/axum/Cargo.toml index 15a5f777..9aafd05e 100644 --- a/axum/Cargo.toml +++ b/axum/Cargo.toml @@ -195,6 +195,7 @@ allowed = [ "futures_core", "futures_sink", "futures_util", + "pin_project_lite", "tower_layer", "tower_service",