Skip to content

Commit

Permalink
Merge pull request #316 from GiganticMinecraft/renovate/sea-orm-migra…
Browse files Browse the repository at this point in the history
…tion-0.x

fix(deps): update rust crate sea-orm-migration to ^0.12.4
  • Loading branch information
rito528 authored Oct 21, 2023
2 parents 13ffb1d + 8779775 commit ddb1860
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async-std = { version = "^1.12.0", features = ["attributes", "tokio1"] }
entities = { path = "../infra/entities" }

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

0 comments on commit ddb1860

Please sign in to comment.