Skip to content

Commit 9c97ec7

Browse files
Update Rust crate sea-orm to ^0.10.6 (#13)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8dbc45a commit 9c97ec7

File tree

2 files changed

+19
-135
lines changed

2 files changed

+19
-135
lines changed

Cargo.lock

Lines changed: 18 additions & 134 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

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

0 commit comments

Comments
 (0)