diff --git a/sea-orm-migration/Cargo.toml b/sea-orm-migration/Cargo.toml index f035c1de..0c674d66 100644 --- a/sea-orm-migration/Cargo.toml +++ b/sea-orm-migration/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "sea-orm-migration" -version = "0.10.1" +version = "0.10.2" authors = ["Billy Chan "] edition = "2021" description = "Migration utility for SeaORM" @@ -23,8 +23,8 @@ path = "src/lib.rs" async-trait = { version = "^0.1" } clap = { version = "^3.2", features = ["env", "derive"], optional = true } dotenvy = { version = "^0.15", optional = true } -sea-orm = { version = "^0.10.1", path = "../", default-features = false, features = ["macros"] } -sea-orm-cli = { version = "^0.10.1", path = "../sea-orm-cli", default-features = false, optional = true } +sea-orm = { version = "^0.10.2", path = "../", default-features = false, features = ["macros"] } +sea-orm-cli = { version = "^0.10.2", path = "../sea-orm-cli", default-features = false, optional = true } sea-schema = { version = "^0.10.2" } tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] }