#86 Use sea-query with thread-safe

This commit is contained in:
Chris Tsang 2021-08-15 18:49:29 +08:00
parent d9ac5d83de
commit 2580f65696

View File

@ -33,7 +33,7 @@ futures = { version = "^0.3" }
futures-util = { version = "^0.3" } futures-util = { version = "^0.3" }
rust_decimal = { version = "^1", optional = true } rust_decimal = { version = "^1", optional = true }
sea-orm-macros = { version = "^0.1", path = "sea-orm-macros", optional = true } sea-orm-macros = { version = "^0.1", path = "sea-orm-macros", optional = true }
sea-query = { version = "^0.12.11" } sea-query = { version = "^0.14", features = ["thread-safe"] }
sea-strum = { version = "^0.21", features = ["derive", "sea-orm"] } sea-strum = { version = "^0.21", features = ["derive", "sea-orm"] }
serde = { version = "^1.0", features = ["derive"] } serde = { version = "^1.0", features = ["derive"] }
sqlx = { version = "^0.5", optional = true } sqlx = { version = "^0.5", optional = true }