update dependencies

This commit is contained in:
LeNei
2025-03-28 08:48:44 +01:00
parent f1b2f9b5d3
commit c0c25d7cc4
3 changed files with 1037 additions and 834 deletions

View File

@@ -1,6 +1,5 @@
use axum::{routing::get, Router};
use http::Method;
use hyper::StatusCode;
use axum::{Router, routing::get};
use http::{Method, StatusCode};
use sqlx::PgPool;
use tower_http::cors::{Any, CorsLayer};
use tower_http::trace::TraceLayer;