databricks / click

The "Command Line Interactive Controller for Kubernetes"
Apache License 2.0
1.49k stars 84 forks source link

Move hyper-rustls to hyper-sync-rustls #84

Closed lofim closed 5 years ago

lofim commented 5 years ago

I was able to bump the version of untrusted without doing a complete rewrite using the latest hyper. It turns out there's hyper-sync-rustls (in release candidate for now) that works with hyper 0.10 and is not affected by the vulnerability reported in #66.

nicklan commented 5 years ago

Thanks! I merged #85 which was this plus a couple of other fixups.