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

0.5.3 introduces webpki incompatibility #1236

Closed
Kouzukii opened this issue May 22, 2021 · 2 comments
Closed

0.5.3 introduces webpki incompatibility #1236

Kouzukii opened this issue May 22, 2021 · 2 comments

Comments

@Kouzukii
Copy link

sqlx 0.5.3 updates webpki to 0.22.0, but seems to not use its new typenames.

Building with the rustls feature is therefore currently broken.

I saw that you have already fixed this on the master and I'm only posting this so other people experiencing the same issue can find this. As soon as a new version is released, I will close this issue.

@xuorig
Copy link

xuorig commented May 22, 2021

Posting the error here for those who might be searching for it, this is what I hit:

error[E0412]: cannot find type InvalidDNSNameError in crate webpki
expected enum webpki::error::Error, found enum webpki::Error

Fix mentioned by @Kouzukii is here: #1235

@mehcode
Copy link
Member

mehcode commented May 22, 2021

Fixed in 0.5.4, thanks @ETCaton

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

No branches or pull requests

3 participants