From 4244d8861f288c6fb3ddbd38d99ccef85667f487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ml=C3=A1dek?= Date: Thu, 7 Nov 2024 14:54:01 +0100 Subject: [PATCH] CI: allow `pin-project-lite` in public dependencies --- 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 52072240c6..95aff92db0 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 15a5f777d2..9aafd05e59 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",