diff --git a/sea-orm-cli/Cargo.toml b/sea-orm-cli/Cargo.toml index 0f2658f8..c0b9bc9f 100644 --- a/sea-orm-cli/Cargo.toml +++ b/sea-orm-cli/Cargo.toml @@ -33,7 +33,7 @@ clap = { version = "^3.2", features = ["env", "derive"] } dotenv = { version = "^0.15" } async-std = { version = "^1.9", features = [ "attributes", "tokio1" ] } sea-orm-codegen = { version = "^0.9.0", path = "../sea-orm-codegen", optional = true } -sea-schema = { version = "^0.9.2" } +sea-schema = { version = "^0.9.3" } sqlx = { version = "^0.6", default-features = false, features = [ "mysql", "postgres" ], optional = true } tracing-subscriber = { version = "0.3", features = ["env-filter"] } tracing = { version = "0.1" } diff --git a/sea-orm-migration/Cargo.toml b/sea-orm-migration/Cargo.toml index fdf1b928..6488193c 100644 --- a/sea-orm-migration/Cargo.toml +++ b/sea-orm-migration/Cargo.toml @@ -23,7 +23,7 @@ clap = { version = "^3.2", features = ["env", "derive"] } dotenv = { version = "^0.15" } sea-orm = { version = "^0.9.0", path = "../", default-features = false, features = ["macros"] } sea-orm-cli = { version = "^0.9.0", path = "../sea-orm-cli", default-features = false } -sea-schema = { version = "^0.9.2" } +sea-schema = { version = "^0.9.3" } tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] }