From c6afed3b114df14d27507cc47a83ed97792d7802 Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister Date: Thu, 25 Jul 2024 18:21:31 +0200 Subject: [PATCH] add any pool in prep for differenc db backends --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04e9d23..a2ed942 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ url = "2.5" reqwest = { version = "0.12", features = ["blocking"] } tera = "1.20" dotenv = "0.15" -sqlx = { version = "0.8", features = ["sqlite", "tls-rustls", "runtime-tokio"] } +sqlx = { version = "0.8", features = ["sqlite", "any", "tls-rustls", "runtime-tokio"] } chrono = "0.4.38"