diff --git a/judge-server/Cargo.toml b/judge-server/Cargo.toml index 81134e8..131f199 100644 --- a/judge-server/Cargo.toml +++ b/judge-server/Cargo.toml @@ -14,7 +14,7 @@ actix-web = "4" # Openapi generate utoipa = { version = "4", features = ["actix_extras"] } -utoipa-swagger-ui = { version = "4", features = ["actix-web"] } +utoipa-swagger-ui = { version = "5", features = ["actix-web"] } # Support global variable lazy_static = "1.4"