Skip to content

Commit 04b164d

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

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

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

migration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ path = "src/lib.rs"
1212
async-std = { version = "^1.12.0", features = ["attributes", "tokio1"] }
1313

1414
[dependencies.sea-orm-migration]
15-
version = "^0.12.11"
15+
version = "^0.12.12"
1616
features = [
1717
# Enable at least one `ASYNC_RUNTIME` and `DATABASE_DRIVER` feature if you want to run migration via CLI.
1818
# View the list of supported features at https://www.sea-ql.org/SeaORM/docs/install-and-config/database-and-async-runtime.

0 commit comments

Comments
 (0)