Update all packages, switch to tower-sessions

This commit is contained in:
2023-12-20 00:25:28 -05:00
parent 6c23b3aaa3
commit c9a631a1f2
23 changed files with 1016 additions and 894 deletions

View File

@@ -2,7 +2,7 @@ use std::fs;
use axum::extract::{Path, State};
use axum::response::Response;
use axum::TypedHeader;
use axum_extra::TypedHeader;
use maud::{html, PreEscaped};
use sqlx::PgPool;