From d06df32c0c1c6eddd41b92744eb96951ee168ac2 Mon Sep 17 00:00:00 2001 From: liyunjia Date: Fri, 11 Oct 2024 21:03:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8=E7=9A=84fe?= =?UTF-8?q?ature?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domain/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domain/Cargo.toml b/domain/Cargo.toml index 7556c7a..4a294e2 100644 --- a/domain/Cargo.toml +++ b/domain/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } -sqlx = { workspace = true, features = ["postgres", "uuid", "macros", "sqlx-macros", "chrono", "sqlx-postgres"] } +sqlx = { workspace = true, features = ["postgres", "uuid", "macros", "sqlx-macros", "chrono"] } validator = { workspace = true, features = ["derive"] } chrono = { workspace = true, features = ["serde"]} tracing = { workspace = true }