Skip to content

Commit

Permalink
Update Rust crate sea-orm to ^0.12.12 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent 04b164d commit 80cfc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log = "0.4"
futures = "0.3"
utoipa = { version = "4", features = ["actix_extras"] }
utoipa-swagger-ui = { version = "6", features = ["actix-web"] }
sea-orm = { version = "^0.12.11", features = [ "sqlx-sqlite", "runtime-actix-rustls", "macros", "mock" ] }
sea-orm = { version = "^0.12.12", features = [ "sqlx-sqlite", "runtime-actix-rustls", "macros", "mock" ] }

[workspace]
members = [".", "migration"]

0 comments on commit 80cfc99

Please sign in to comment.