Add json feature to sqlx

This commit is contained in:
2024-12-26 00:11:59 +01:00
parent 52ab9b361d
commit 3e8500e825

View File

@@ -27,4 +27,4 @@ rand = "0.8.5"
chrono = { version = "0.4.39", features = ["serde"] }
sqlx = { version = "0.8.2", features = ["runtime-tokio", "postgres", "macros", "chrono"] }
sqlx = { version = "0.8.2", features = ["runtime-tokio", "postgres", "macros", "chrono", "json"] }