diff --git a/Cargo.toml b/Cargo.toml index b0fad5d..bbcc2d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ axum = { version = "0.7.4", features = ["macros"] } tokio = { version = "1.36.0", features = ["full"] } tower-http = { version = "0.6.1", features = ["cors"] } utoipa = { version = "4.2.0", features = ["axum_extras"] } -utoipa-swagger-ui = { version = "7", features = ["axum"] } +utoipa-swagger-ui = { version = "9", features = ["axum"] } hyper = { version = "1.2.0", features = ["full"] } postgres = { version = "0.19.7"} sea-orm = {version = "1.1", features = ["runtime-tokio-rustls", "sqlx-postgres"]} \ No newline at end of file