Bump sea-schema to 0.10.2
This commit is contained in:
parent
7592799518
commit
c91aa354b4
@ -35,7 +35,7 @@ clap = { version = "^3.2", features = ["env", "derive"], optional = true }
|
||||
dotenvy = { version = "^0.15", optional = true }
|
||||
async-std = { version = "^1.9", features = ["attributes", "tokio1"], optional = true }
|
||||
sea-orm-codegen = { version = "^0.10.0", path = "../sea-orm-codegen", optional = true }
|
||||
sea-schema = { version = "^0.10.2", git = "https://github.com/SeaQL/sea-schema" }
|
||||
sea-schema = { version = "^0.10.2" }
|
||||
sqlx = { version = "^0.6", default-features = false, features = ["mysql", "postgres"], optional = true }
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
tracing = { version = "0.1" }
|
||||
|
@ -25,7 +25,7 @@ clap = { version = "^3.2", features = ["env", "derive"], optional = true }
|
||||
dotenvy = { version = "^0.15", optional = true }
|
||||
sea-orm = { version = "^0.10.0", path = "../", default-features = false, features = ["macros"] }
|
||||
sea-orm-cli = { version = "^0.10.0", path = "../sea-orm-cli", default-features = false, optional = true }
|
||||
sea-schema = { version = "^0.10.2", git = "https://github.com/SeaQL/sea-schema" }
|
||||
sea-schema = { version = "^0.10.2" }
|
||||
tracing = { version = "0.1", features = ["log"] }
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user