async-rs / async-tls

A TLS implementation over AsyncRead and AsyncWrite
https://async.rs
Apache License 2.0
167 stars 47 forks source link

update rustls to 0.19 #40

Closed jbr closed 3 years ago

jbr commented 3 years ago

I would have guessed that cargo would do this automatically, but for some reason tide-rustls was continuing to pull in 0.18 even after a cargo update and rebuilding cargo.lock

yoshuawuyts commented 3 years ago

It seems CI is failing

Screenshot_2020-11-27 Job #76 1 - async-rs async-tls - Travis CI

jbr commented 3 years ago

This is because because both 0.18 and 0.19 are getting pulled in, somehow having to do with optional features. I'll close this PR because I don't know how to fix the underlying cargo problem.