Bump sea-schema

This commit is contained in:
Billy Chan 2024-10-17 15:21:01 +08:00
parent 9efc0522d6
commit 0dd2b2290a
No known key found for this signature in database
GPG Key ID: 45461E52F22E0279
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ clap = { version = "4.3", features = ["env", "derive"], optional = true }
dotenvy = { version = "0.15", default-features = false, optional = true }
async-std = { version = "1.9", default-features = false, features = ["attributes", "tokio1"], optional = true }
sea-orm-codegen = { version = "=1.1.0", path = "../sea-orm-codegen", default-features = false, optional = true }
sea-schema = { version = "0.16.0-rc.1" }
sea-schema = { version = "0.16.0" }
sqlx = { version = "0.8.2", default-features = false, features = ["mysql", "postgres"], optional = true }
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["env-filter", "fmt"] }
tracing = { version = "0.1", default-features = false }

View File

@ -25,7 +25,7 @@ clap = { version = "4.3", features = ["env", "derive"], optional = true }
dotenvy = { version = "0.15", default-features = false, optional = true }
sea-orm = { version = "~1.1.0", path = "../", default-features = false, features = ["macros"] }
sea-orm-cli = { version = "~1.1.0", path = "../sea-orm-cli", default-features = false, optional = true }
sea-schema = { version = "0.16.0-rc.1" }
sea-schema = { version = "0.16.0" }
tracing = { version = "0.1", default-features = false, features = ["log"] }
tracing-subscriber = { version = "0.3.17", default-features = false, features = ["env-filter", "fmt"] }
futures = { version = "0.3", default-features = false, features = ["std"] }