update all dependencies
This commit is contained in:
parent
44fc2d7a7e
commit
949eecffb6
10 changed files with 223 additions and 183 deletions
|
@ -15,10 +15,10 @@ path = "src/lib.rs"
|
|||
async-std = { version = "1", features = ["attributes", "tokio1"] }
|
||||
|
||||
[dependencies.sea-orm-migration]
|
||||
version = "0.12.0"
|
||||
version = "1.0.1"
|
||||
features = [
|
||||
# Enable at least one `ASYNC_RUNTIME` and `DATABASE_DRIVER` feature if you want to run migration via CLI.
|
||||
# View the list of supported features at https://www.sea-ql.org/SeaORM/docs/install-and-config/database-and-async-runtime.
|
||||
# e.g.
|
||||
"runtime-tokio-rustls", "sqlx-postgres",
|
||||
"runtime-tokio-rustls", "sqlx-sqlite", "sqlx-postgres", "sqlx-mysql"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue