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
This commit is contained in:
zhenyi
2026-06-07 18:09:47 +08:00
parent 0d3b53f7a0
commit 297a54f312
+1 -1
View File
@@ -46,7 +46,7 @@ etcd-client = "0.14"
tokio-stream = "0.1" tokio-stream = "0.1"
async-nats = "0.49" async-nats = "0.49"
futures-util = "0.3" 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-web = { version = "4", features = ["secure-cookies"] }
actix-multipart = "0.7" actix-multipart = "0.7"