Use sea-query 0.16

This commit is contained in:
Billy Chan 2021-09-03 11:54:24 +08:00
parent ba4b938b69
commit 4e111aea64
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -32,7 +32,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.1", optional = true } sea-orm-macros = { version = "^0.1.1", optional = true }
sea-query = { version = "^0.15", git = "https://github.com/SeaQL/sea-query.git", features = ["thread-safe"] } sea-query = { version = "^0.16", 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 }