Skip to content

Commit

Permalink
Merge pull request #295 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.3
  • Loading branch information
rito528 authored Sep 28, 2023
2 parents b3cac97 + 4dc1a4c commit 24ef85b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 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.2"
version = "^0.12.3"
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 24ef85b

Please sign in to comment.