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

upgrade tokio-tls and native-tls to 0.2 #1

Closed
wants to merge 1 commit into from
Closed

upgrade tokio-tls and native-tls to 0.2 #1

wants to merge 1 commit into from

Conversation

mammothbane
Copy link

I'm running into problems using serenity because my system's version of openssl is too new (see sfackler/rust-openssl#987 for a similar problem). This PR upgrades tokio-tls and native-tls (and transitively rust-openssl) to fix this issue.

The changes are just to migrate to the new tokio_tls::{TlsAcceptor, TlsConnector} types and to use them where appropriate (only in a few async functions). The crate builds and the unit tests pass.

@Arzte
Copy link
Member

Arzte commented Dec 25, 2018

IIRC, there is also an issue filed already on the main repo serenity-rs/serenity#394

@mammothbane
Copy link
Author

closing, very old

@mammothbane mammothbane closed this Apr 4, 2022
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