diff --git a/Cargo.toml b/Cargo.toml index b0fad5d..20e98eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ env_logger = "0.11.0" 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 = { version = "5.3.1", features = ["axum_extras"] } utoipa-swagger-ui = { version = "7", features = ["axum"] } hyper = { version = "1.2.0", features = ["full"] } postgres = { version = "0.19.7"}