From 9df0554fe7a6311fadd65be4819c733780ba5f2f Mon Sep 17 00:00:00 2001 From: larzie Date: Thu, 28 Nov 2024 18:17:19 +0300 Subject: [PATCH] i suck --- server/central/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/central/Cargo.toml b/server/central/Cargo.toml index e6b4dea7..0a20f78a 100644 --- a/server/central/Cargo.toml +++ b/server/central/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1.41.1", features = ["full"] } json_comments = "0.2.2" rocket = { version = "0.5.1", features = ["json"] } rocket_db_pools = { version = "0.2.0", features = ["sqlx_sqlite"] } -sqlx = { version = "0.6.3", features = [ "runtime-tokio" ] } +sqlx = { version = "0.6.3", features = [ "runtime-tokio-native-tls" ] } rocket_cors = "0.6.0" const_format = "0.2.33" hex = "0.4.3"