Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose reqwest features for rustls #32

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

nemosupremo
Copy link
Contributor

By default reqwest uses the feature default-tls, which on linux loads rust-openssl. This requires having the appropriate openssl packages installed as well as makes cross compiling a bit more difficult. Most packages expose a feature to allow the user to choose which ssl library gets use. Without this feature, openssl gets pulled into your crate, even if you have other reqwest dependencies using rustls.

This PR exposes those features.

@nemosupremo nemosupremo requested a review from a team as a code owner February 4, 2024 03:55
@cottinisimone
Copy link
Contributor

@nemosupremo thank you for this PR. Do you need a new release of jwks_client?

@cottinisimone cottinisimone merged commit 98eee3a into primait:master Feb 13, 2024
3 checks passed
@qrilka
Copy link

qrilka commented Apr 17, 2024

@cottinisimone any chance to see a release with this feature in?

@jrudolph
Copy link

We also ran into this issue and could make good use of a new release!

@jrudolph
Copy link

That was fast, thanks :)

@cpiemontese
Copy link
Contributor

Yeah, I just saw this and I created a new release 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants