-
Notifications
You must be signed in to change notification settings - Fork 604
Open
Labels
Description
- I have looked for existing issues (including closed) about this
Feature Request
Reqwest v0.13 uses rustls by default. We should migrate to this as it will avoid needing OpenSSL to be installed for usage.
Motivation
Dependency removal
Proposal
Upgrade the dependency and fix breaking changes.
Additionally, changes will need to be made to add TLS as a feature rather than it being the default.
Breaking
This change introduces a direct breaking change. Users who are using the rustls feature can remove the feature while users who specifically need TLS will need to add the relevant feature.