From 5ad06566519029a3f1da7a91415deab3352e97d2 Mon Sep 17 00:00:00 2001 From: Berin Aniesh Date: Tue, 10 Oct 2023 14:17:20 +0530 Subject: [PATCH] preserve utoipa ordering --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa274f9..fd97f36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,5 +17,5 @@ serde = { version = "1.0.188", features = ["derive"] } serde_json = { version = "1.0.106", features = ["preserve_order"] } sqlx = { version = "0.7.1", features = ["runtime-tokio-rustls", "postgres", "macros"] } tokio = { version = "1.32.0", features = ["fs", "rt-multi-thread", "macros"] } -utoipa = { version = "4.0.0", features = ["actix_extras"] } +utoipa = { version = "4.0.0", features = ["actix_extras", "preserve_order"] } utoipa-swagger-ui = { version = "4.0.0", features = ["actix-web"] }