mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-26 18:58:29 +02:00
updated dependencies application wide
This commit is contained in:
@@ -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,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user