Skip to content

Commit

Permalink
fix(deps): update rust crate sea-orm-migration to ^0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2023
1 parent b3cac97 commit 4dc1a4c
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 4dc1a4c

Please sign in to comment.