You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use native-tls everywhere (openssl). This can cause issues for certain users, for example for users with out of date installations of openssl. We should investigate if we can switch to rustls everywhere, and if there are any drawbacks to doing it. If not, we should do it. #100 is similar, but it just wants a feature gate. If this gets resolved native-tls will just be gone.
This is S SB2, and already moved to assigned on the Notion. @oddgrd I need perms for labels and assignments.
Suggestion or Example of how the feature would be used
Check if it is possible and works for everyone
Implement the changes
cargo-edit depends on native-tls
reqwest depends on native-tls
axum depends on native-tls
sqlx depends on native-tls
Duplicate declaration
I have searched the issues and this feature has not been requested before.
The text was updated successfully, but these errors were encountered:
cargo-edit seems to use rustls by default, but native-tls is still in the dependency tree because it will use native-tls on platforms rustls doesn't support.
Describe the feature
We currently use
native-tls
everywhere (openssl). This can cause issues for certain users, for example for users with out of date installations of openssl. We should investigate if we can switch to rustls everywhere, and if there are any drawbacks to doing it. If not, we should do it. #100 is similar, but it just wants a feature gate. If this gets resolved native-tls will just be gone.This is S SB2, and already moved to assigned on the Notion. @oddgrd I need perms for labels and assignments.
Suggestion or Example of how the feature would be used
Duplicate declaration
The text was updated successfully, but these errors were encountered: