update some versions

This commit is contained in:
2025-02-27 20:00:38 +01:00
parent ebbb4efa04
commit 0fa5a35dae
5 changed files with 4 additions and 8 deletions

View File

@@ -1,11 +1,7 @@
use std::{collections::HashMap, sync::Arc};
use axum::{
body::Body,
extract::{DefaultBodyLimit, Request},
http::HeaderValue,
middleware::{self, Next},
response::Response,
routing::{delete, get, post},
Router, ServiceExt,
};