quininer / tokio-rustls

Asynchronous TLS/SSL streams for Tokio using Rustls.
142 stars 38 forks source link

Update to rustls 0.15, webpki 0.19 #26

Closed ctz closed 5 years ago

alex commented 5 years ago

@ctz I think you need to update the Cargo.toml in examples/client and examples/server.

ctz commented 5 years ago

Oops! Will do that shortly

quininer commented 5 years ago

Thank you!