Skip to content

Commit 80cfc99

Browse files
Update Rust crate sea-orm to ^0.12.12 (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 04b164d commit 80cfc99

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
@@ -14,7 +14,7 @@ log = "0.4"
1414
futures = "0.3"
1515
utoipa = { version = "4", features = ["actix_extras"] }
1616
utoipa-swagger-ui = { version = "6", features = ["actix-web"] }
17-
sea-orm = { version = "^0.12.11", features = [ "sqlx-sqlite", "runtime-actix-rustls", "macros", "mock" ] }
17+
sea-orm = { version = "^0.12.12", features = [ "sqlx-sqlite", "runtime-actix-rustls", "macros", "mock" ] }
1818

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

0 commit comments

Comments
 (0)