Updated sea-orm

This commit is contained in:
2023-08-03 23:11:28 +03:00
parent 7380140b7e
commit ab62e74cb7
5 changed files with 523 additions and 294 deletions

View File

@@ -26,7 +26,7 @@ migration = { version = "0.2", path = "migration" }
parking_lot = "0.12"
pretty_env_logger = "0.5"
rustc-hash = "1"
sea-orm = { version = "0.11", features = [
sea-orm = { version = "0.12", features = [
"sqlx-mysql",
"runtime-tokio-rustls",
] }