Skip to content

fix: pin native-tls to <= 0.2.13 #673

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

Conversation

augustoccesar
Copy link
Contributor

@augustoccesar augustoccesar commented Feb 20, 2025

Summary

native-tls 0.2.14 bumped their MSRV from 1.53.0 to 1.80.0, which we don't support. Since tokio-native-tls has dependency to native-tls = "0.2", is causing the tests to break.

This pins the native-tls to <= 0.2.13.

Checklist

[native-tls 0.2.14 bumped their MSRV from 1.53.0 to 1.80.0](sfackler/rust-native-tls@v0.2.12...v0.2.14), which we don't support.
Since tokio-native-tls has dependency to native-tls = "0.2", is causing the tests to break.

This pins the `native-tls` to `<= 0.2.13`.
@augustoccesar
Copy link
Contributor Author

augustoccesar commented Feb 20, 2025

generate-public-api fails here, but should be fixed by #672

@arlyon
Copy link
Owner

arlyon commented Mar 18, 2025

Resolved by bumping MSRV to 1.82.0 in line with our MSRV policy (3 minor versions)

@arlyon arlyon closed this Mar 18, 2025
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