From 3e8500e8255c8b66d05514068807e01f1bfbe86c Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Thu, 26 Dec 2024 00:11:59 +0100 Subject: [PATCH] Add json feature to sqlx --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a01a44..e486698 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }