We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1dc90 commit 4501261Copy full SHA for 4501261
Cargo.toml
@@ -30,7 +30,7 @@ env_logger = "0.11.0"
30
axum = { version = "0.7.4", features = ["macros"] }
31
tokio = { version = "1.36.0", features = ["full"] }
32
tower-http = { version = "0.5.0", features = ["cors"] }
33
-utoipa = { version = "4.2.0", features = ["axum_extras"] }
+utoipa = { version = "5.1.2", features = ["axum_extras"] }
34
utoipa-swagger-ui = { version = "7", features = ["axum"] }
35
hyper = { version = "1.2.0", features = ["full"] }
36
postgres = { version = "0.19.7"}
0 commit comments