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:
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user