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

reqwest dependency should have default-features = false #61

Closed
matt-phylum opened this issue Jun 13, 2023 · 1 comment · Fixed by #67
Closed

reqwest dependency should have default-features = false #61

matt-phylum opened this issue Jun 13, 2023 · 1 comment · Fixed by #67
Milestone

Comments

@matt-phylum
Copy link

Because Cargo does not have negative features, keycloak's dependency on reqwest without default-features = false causes a dependency on reqwest's default-tls feature, and crates dependent on keycloak cannot turn this dependency off if they don't want it.

@kilork
Copy link
Owner

kilork commented Jun 13, 2023

Hi, thanks, this is very nice thing to have. We need to take next opportunity with version upgrade this, as it seems to me to be a breaking change.

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 a pull request may close this issue.

2 participants