From d6fb93e48cd7b47dad6e426fbee2b557c69de554 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 18 Apr 2022 17:16:33 +0800 Subject: [PATCH] Update sea-query --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 99c3b804..9353702e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.0", features = ["thread-safe"], git = "https://github.com/SeaQL/sea-query" } +sea-query = { version = "^0.24.2", features = ["thread-safe"] } sea-strum = { version = "^0.23", features = ["derive", "sea-orm"] } serde = { version = "^1.0", features = ["derive"] } serde_json = { version = "^1", optional = true }