From c97217234915b4c6138b3f7378113944a1feb90e Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Mon, 15 Jan 2024 03:48:15 +0800 Subject: [PATCH] chore(deps): update utoipa-swagger-ui to v6 --- examples/routing/openapi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/routing/openapi/Cargo.toml b/examples/routing/openapi/Cargo.toml index 80fa2ea1..c8599a97 100644 --- a/examples/routing/openapi/Cargo.toml +++ b/examples/routing/openapi/Cargo.toml @@ -13,4 +13,4 @@ serde_json.workspace = true tokio = { workspace = true, features = ["rt-multi-thread", "macros"] } utoipa = "4" -utoipa-swagger-ui = "5" +utoipa-swagger-ui = "6"