From 46c7e8907f26902b838d8bf2c04e2caa18bb90fc Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Wed, 19 Oct 2022 01:08:53 +0800 Subject: [PATCH] Update binder --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5253ffd..c2172f16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ tracing = { version = "^0.1", features = ["log"] } rust_decimal = { version = "^1", optional = true } sea-orm-macros = { version = "^0.10.0", path = "sea-orm-macros", optional = true } sea-query = { version = "^0.27.1", features = ["thread-safe"] } -sea-query-binder = { version = "^0.2", optional = true } +sea-query-binder = { version = "^0.2.1", optional = true } sea-strum = { version = "^0.23", features = ["derive", "sea-orm"] } serde = { version = "^1.0", features = ["derive"] } serde_json = { version = "^1.0", optional = true }