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

Don't compile hyper-tls with native-roots unless rustls-tls-native-roots is enabled #2313

Merged
merged 2 commits into from
Jun 11, 2024

Conversation

asonix
Copy link
Sponsor Contributor

@asonix asonix commented Jun 9, 2024

I noticed when using rustls-tls-no-provider that I was still pulling in openssl-probe as a dependency through rustls-native-certs through hyper-rustls even though (I assume) it is entirely unused.

Moving that feature to be optionally enabled seems to work fine

@asonix
Copy link
Sponsor Contributor Author

asonix commented Jun 9, 2024

windows failures seem unrelated

@asonix
Copy link
Sponsor Contributor Author

asonix commented Jun 10, 2024

Fails with "error: no such command: nextest" so rerunning probably won't fix that

@seanmonstar
Copy link
Owner

Found it: taiki-e/install-action#533

@seanmonstar seanmonstar merged commit ccb5e40 into seanmonstar:master Jun 11, 2024
36 checks passed
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.

2 participants