From 34ba0229cdb8ceb3d984ff0e416810e7a0312b4a Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Tue, 18 Oct 2022 18:48:17 +0800 Subject: [PATCH] Refactoring --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index af45dde21..3c3e7fd5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,8 +34,8 @@ log = { version = "^0.4" } 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", git = "https://github.com/SeaQL/sea-query", branch = "master", features = ["thread-safe"] } -sea-query-binder = { version = "^0.2", git = "https://github.com/SeaQL/sea-query", branch = "master", optional = true } +sea-query = { version = "^0.27", git = "https://github.com/SeaQL/sea-query", features = ["thread-safe"] } +sea-query-binder = { version = "^0.2", git = "https://github.com/SeaQL/sea-query", optional = true } sea-strum = { version = "^0.23", features = ["derive", "sea-orm"] } serde = { version = "^1.0", features = ["derive"] } serde_json = { version = "^1.0", optional = true }