Skip to content

Commit 29ae40e

Browse files
build(deps): bump sea-orm-migration from 0.12.15 to 1.0.1 (#263)
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>
1 parent 9179cbf commit 29ae40e

File tree

2 files changed

+123
-22
lines changed

2 files changed

+123
-22
lines changed

Cargo.lock

Lines changed: 122 additions & 21 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
@@ -7,5 +7,5 @@ publish = false
77
[dependencies]
88
lib = { workspace = true }
99
sea-orm = { workspace = true }
10-
sea-orm-migration = { version = "0.12.15", default-features = false, features = ["sqlx-postgres", "runtime-tokio-rustls", "cli", "with-uuid", "with-chrono" ] }
10+
sea-orm-migration = { version = "1.0.1", default-features = false, features = ["sqlx-postgres", "runtime-tokio-rustls", "cli", "with-uuid", "with-chrono" ] }
1111
tokio = { workspace = true }

0 commit comments

Comments
 (0)