From 3d82e0da8017f77b165ed4747bb6c58106b85e8d Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 6 Jan 2022 21:57:57 +0800 Subject: [PATCH] build: update sea-query dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0665ae23e3..b4dae0abd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ futures-util = { version = "^0.3" } tracing = { version = "0.1", features = ["log"] } rust_decimal = { version = "^1", optional = true } sea-orm-macros = { version = "^0.5.0", path = "sea-orm-macros", optional = true } -sea-query = { version = "^0.20.0", features = ["thread-safe"] } +sea-query = { git = "https://github.com/SeaQL/sea-query.git", branch = "insert-default-values", features = ["thread-safe"] } sea-strum = { version = "^0.23", features = ["derive", "sea-orm"] } serde = { version = "^1.0", features = ["derive"] } serde_json = { version = "^1", optional = true }