In GitLab by @jgrund on Mar 8, 2022, 22:55
Merges make-runtime-tls-configurable -> main
sqlx runtime tls is currently hardcoded to runtime-tokio-rustls.
However, there may be cases where runtime-tokio-native-tls is preferable.
Introduce two new features use-rustls, and use-native-tls to control this.
use-rustls is enabled by default so the default tls config remans the same, but can now be changed.
Signed-off-by: Joe Grund [email protected]