diff --git a/server/central/Cargo.toml b/server/central/Cargo.toml index 0a20f78a..fead0e18 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-native-tls" ] } +sqlx = { version = "0.6.3", features = ["migrate", "runtime-tokio-rustls"] } rocket_cors = "0.6.0" const_format = "0.2.33" hex = "0.4.3"