Closed
Description
Currently postgresql_archive
forces the user into uses rustls
through reqwest
. While the default for reqwest
is actually native-tls
. As postgresql_archive
is a library crate, it shouldn't force a decision like this on the user.
I think there should be a way to got back to native-tls, or even have this as a default.
The problem for us is, that pulling in postgresql_archive
forces a while workspace into using rustls
.