async feature for sqlx
This commit is contained in:
@@ -11,4 +11,4 @@ chrono = { version = "0.4.31", features = ["serde"] }
|
|||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
serde = "1.0.193"
|
serde = "1.0.193"
|
||||||
serde_json = "1.0.108"
|
serde_json = "1.0.108"
|
||||||
sqlx = {version = "0.7.3", features=["postgres", "chrono", "uuid"]}
|
sqlx = {version = "0.7.3", features=["postgres", "chrono", "uuid", "runtime-async-std"]}
|
||||||
|
|||||||
Reference in New Issue
Block a user