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

@@ -3,7 +3,7 @@ name = "cryptgeon"
version = "2.9.1"
authors = ["cupcakearmy <hi@nicco.io>"]
edition = "2021"
rust-version = "1.80"
rust-version = "1.85"
[[bin]]
name = "cryptgeon"

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,
};