Skip to content

Commit 72ad234

Browse files
Update sea-orm requirement from 0.12 to 1.1 (#34)
Updates the requirements on [sea-orm](https://github.com/SeaQL/sea-orm) to permit the latest version. - [Release notes](https://github.com/SeaQL/sea-orm/releases) - [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md) - [Commits](SeaQL/sea-orm@0.12.1...1.1.0) --- updated-dependencies: - dependency-name: sea-orm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 158d389 commit 72ad234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ utoipa = { version = "4.2.0", features = ["axum_extras"] }
3434
utoipa-swagger-ui = { version = "7", features = ["axum"] }
3535
hyper = { version = "1.2.0", features = ["full"] }
3636
postgres = { version = "0.19.7"}
37-
sea-orm = {version = "0.12", features = ["runtime-tokio-rustls", "sqlx-postgres"]}
37+
sea-orm = {version = "1.1", features = ["runtime-tokio-rustls", "sqlx-postgres"]}

0 commit comments

Comments
 (0)