From 3c1011cdd066f377e937451c11a118b057e63d4c 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/Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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",