Skip to content

Commit 0dfef7e

Browse files
committed
update deps for migrations
1 parent 9637029 commit 0dfef7e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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.2"
15+
version = "^0.12.11"
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)