Skip to content

Commit

Permalink
build(deps): bump sea-orm-migration from 0.12.15 to 1.0.1 (#263)
Browse files Browse the repository at this point in the history
Bumps [sea-orm-migration](https://github.com/SeaQL/sea-orm) from 0.12.15 to 1.0.1.
- [Release notes](https://github.com/SeaQL/sea-orm/releases)
- [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md)
- [Commits](SeaQL/sea-orm@0.12.15...1.0.1)

---
updated-dependencies:
- dependency-name: sea-orm-migration
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent 9179cbf commit 29ae40e
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 22 deletions.
143 changes: 122 additions & 21 deletions 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 migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ publish = false
[dependencies]
lib = { workspace = true }
sea-orm = { workspace = true }
sea-orm-migration = { version = "0.12.15", default-features = false, features = ["sqlx-postgres", "runtime-tokio-rustls", "cli", "with-uuid", "with-chrono" ] }
sea-orm-migration = { version = "1.0.1", default-features = false, features = ["sqlx-postgres", "runtime-tokio-rustls", "cli", "with-uuid", "with-chrono" ] }
tokio = { workspace = true }

0 comments on commit 29ae40e

Please sign in to comment.