update all dependencies

This commit is contained in:
Sebastian Hugentobler 2024-09-24 09:57:32 +02:00
parent 44fc2d7a7e
commit 949eecffb6
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
10 changed files with 223 additions and 183 deletions

View file

@ -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"
]