Update sea-query

This commit is contained in:
Chris Tsang 2022-04-26 23:48:20 +08:00
parent b01d4887ca
commit 6308ee7c45

View File

@ -31,7 +31,7 @@ futures-util = { version = "^0.3" }
tracing = { version = "0.1", features = ["log"] }
rust_decimal = { version = "^1", optional = true }
sea-orm-macros = { version = "^0.7.0", path = "sea-orm-macros", optional = true }
sea-query = { version = "^0.24.2", features = ["thread-safe"] }
sea-query = { version = "^0.24.4", features = ["thread-safe"] }
sea-strum = { version = "^0.23", features = ["derive", "sea-orm"] }
serde = { version = "^1.0", features = ["derive"] }
serde_json = { version = "^1", optional = true }