diff --git a/judger/Cargo.toml b/judger/Cargo.toml index b1e2159..930b908 100644 --- a/judger/Cargo.toml +++ b/judger/Cargo.toml @@ -22,7 +22,7 @@ actix-web = "4" # Openapi generate utoipa = { version = "4", features = ["actix_extras"] } -utoipa-swagger-ui = { version = "6", features = ["actix-web"] } +utoipa-swagger-ui = { version = "7", features = ["actix-web"] } # Support global variable lazy_static = "1.4"