Skip to content

Commit 6e6d1f7

Browse files
Update Rust crate sea-orm to ^0.10.7 (#19)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee8ed59 commit 6e6d1f7

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 = "2", features = ["actix_extras"] }
1616
utoipa-swagger-ui = { version = "3", features = ["actix-web"] }
17-
sea-orm = { version = "^0.10.6", features = [ "sqlx-sqlite", "runtime-actix-rustls", "macros", "mock" ] }
17+
sea-orm = { version = "^0.10.7", features = [ "sqlx-sqlite", "runtime-actix-rustls", "macros", "mock" ] }
1818

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

0 commit comments

Comments
 (0)