Bump sea-orm-migration from 0.10.5 to 0.10.6

Bumps [sea-orm-migration](https://github.com/SeaQL/sea-orm) from 0.10.5 to 0.10.6.
- [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.5...0.10.6)

---
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-10 20:40:11 +00:00 committed by Eugene
parent eb13e71fb3
commit 01e69d5234
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3490,9 +3490,9 @@ dependencies = [
[[package]]
name = "sea-orm-migration"
version = "0.10.5"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5260d4956cb6ccf49654e6b94ff8030cd8778240627e971cb5a569347b61606"
checksum = "ada716f9825e4190a0a8ebaecbf7171ce0ed6f218ea2e70086bdc72ccfc1d03c"
dependencies = [
"async-trait",
"clap",

View file

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