Description: Use the tokio+native-tls runtime combination
 because upstream chosen tokio+rustls was disabled in packaged sqlx.
Forwarded: not-needed
Last-Update: 2024-10-07
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,3 +56,3 @@
 version = "0.8"
-features = ["runtime-tokio-rustls", "time", "postgres", "uuid"]
+features = ["runtime-tokio-native-tls", "time", "postgres", "uuid"]
 
