House keeping

This commit is contained in:
2023-05-27 21:56:58 +03:00
parent cf28aba231
commit e5a0da9890
7 changed files with 100 additions and 55 deletions

View File

@ -9,10 +9,10 @@ name = "migration"
path = "src/lib.rs"
[dependencies]
tokio = { version = "1.28.0", features = ["macros", "rt"] }
tokio = { version = "1.28.1", features = ["macros", "rt"] }
[dependencies.sea-orm-migration]
version = "0.11.0"
version = "0.11.3"
features = [
"runtime-tokio-rustls",
"sqlx-mysql",