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

Specify default-features = false for rustls in Cargo.toml #331

Closed
surban opened this issue May 14, 2024 · 0 comments · Fixed by #332
Closed

Specify default-features = false for rustls in Cargo.toml #331

surban opened this issue May 14, 2024 · 0 comments · Fixed by #332

Comments

@surban
Copy link
Contributor

surban commented May 14, 2024

Currently tokio-tungstenite depends on rustls with default features enabled. This is problematic since it stops downstream users from disabling rustls default features.

Therefore tokio-tungstenite should use rustls with default-features = false.

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.

1 participant