Update deps

This commit is contained in:
2023-12-10 22:49:35 +01:00
parent adec8070ef
commit 6b284d6d30
4 changed files with 301 additions and 161 deletions

View File

@@ -138,7 +138,7 @@ async fn update_cache(
//
async fn auth<B>(req: Request<B>, next: Next<B>) -> Result<Response, StatusCode> {
async fn auth(req: Request<axum::body::Body>, next: Next) -> Result<Response, StatusCode> {
let auth_header = req
.headers()
.get(http::header::AUTHORIZATION)