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 158d389 commit 72ad234Copy full SHA for 72ad234
Cargo.toml
@@ -34,4 +34,4 @@ utoipa = { version = "4.2.0", 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"}
37
-sea-orm = {version = "0.12", features = ["runtime-tokio-rustls", "sqlx-postgres"]}
+sea-orm = {version = "1.1", features = ["runtime-tokio-rustls", "sqlx-postgres"]}
0 commit comments