From c7efcbc04b63e0494680ead98448e07717019e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9F=83=E6=8B=89?= Date: Fri, 25 Oct 2024 21:07:53 +0800 Subject: [PATCH] wip: remove utoipa --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4b0202e..2aa1a04d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,6 @@ reqwest = { version = "0.12", features = [ "json", "rustls-tls", ], default-features = false } -utoipa = { version = "5.1", features = ["axum_extras"]} [build-dependencies] chrono = { version = "0.4" }