async-rs / async-tls

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

rustls: update dependencies #41

Closed silverjam closed 3 years ago

silverjam commented 3 years ago

Extending the branch here https://github.com/async-rs/async-tls/tree/update-rustls but also updating the examples with the new dependencies.

silverjam commented 3 years ago

@yoshuawuyts @skade @jbr I think this is ready

jbr commented 3 years ago

:thumbsup: Ahh! That's what I was missing. Did the simple thing, saw that it didn't work (couldn't figure out where 0.18 was coming from), and bailed

silverjam commented 3 years ago

@jbr 👍 -- thanks for the review

skade commented 3 years ago

Merging for potential release.