updated dependencies application wide

This commit is contained in:
Per Stark
2025-04-24 13:50:20 +02:00
parent e8c67533f8
commit 5e960735d9
23 changed files with 1315 additions and 852 deletions

View File

@@ -101,8 +101,8 @@ impl IntoResponse for TemplateResponse {
pub async fn with_template_response<S>(
State(state): State<S>,
HxRequest(is_htmx): HxRequest,
response: Response,
) -> Response
response: Response<axum::body::Body>,
) -> Response<axum::body::Body>
where
S: ProvidesTemplateEngine + Clone + Send + Sync + 'static,
{