From 297a54f3121f1ecae46a87d4f9b878cbeb655807 Mon Sep 17 00:00:00 2001 From: zhenyi <434836402@qq.com> Date: Sun, 7 Jun 2026 18:09:47 +0800 Subject: [PATCH] chore(deps): remove unused utoipa feature auto_into_responses - Removed auto_into_responses feature from utoipa dependency configuration - Kept other utoipa features including uuid, chrono, actix_extras, decimal, and macros - Updated Cargo.toml to reflect the reduced feature set for utoipa crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7103e82..7debf77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ etcd-client = "0.14" tokio-stream = "0.1" async-nats = "0.49" futures-util = "0.3" -utoipa = { version = "5.5.0", features = ["uuid","chrono","auto_into_responses","actix_extras","decimal","macros"]} +utoipa = { version = "5.5.0", features = ["uuid","chrono","actix_extras","decimal","macros"]} actix-web = { version = "4", features = ["secure-cookies"] } actix-multipart = "0.7"