Bump sea-orm-migration from 0.10.2 to 0.10.5

Bumps [sea-orm-migration](https://github.com/SeaQL/sea-orm) from 0.10.2 to 0.10.5.
- [Release notes](https://github.com/SeaQL/sea-orm/releases)
- [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SeaQL/sea-orm/compare/0.10.2...0.10.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-09 08:05:38 +00:00 committed by Eugene
parent 456dcc468d
commit 4af74e4c4d
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -3462,9 +3462,9 @@ dependencies = [
[[package]]
name = "sea-orm-cli"
version = "0.10.2"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "882af0d4cd3d6cc2f427d14a48e9f468b37c563b405ea486fd314ba18ca334d0"
checksum = "ebcce92f0f804acd10b4378a3c8b0e5fb28f3a9ae9337006bd651baa3a95632c"
dependencies = [
"chrono",
"clap",
@ -3491,9 +3491,9 @@ dependencies = [
[[package]]
name = "sea-orm-migration"
version = "0.10.2"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86fe6e594b078712e1e797b951b9b56e55d3cfa04aac8ea76eb4bed7c94c5910"
checksum = "d5260d4956cb6ccf49654e6b94ff8030cd8778240627e971cb5a569347b61606"
dependencies = [
"async-trait",
"clap",

View file

@ -17,7 +17,7 @@ sea-orm = { version = "0.10.5", features = [
"with-uuid",
"with-json",
], default-features = false }
sea-orm-migration = { version = "0.10.2", default-features = false, features = [
sea-orm-migration = { version = "0.10.5", default-features = false, features = [
"cli",
] }
uuid = { version = "1.2", features = ["v4", "serde"] }