Open
Description
I tried to build this from source, but I ran into sfackler/rust-openssl#987, since my system has OpenSSL 1.1.1, and only rust-openssl
version 0.10 or greater supports it.
Unfortunately, there are a ton of dependencies that have to be updated to allow the openssl
transitive dependency to be updated:
- nativetls
- hyper (for
hyper-tls
0.3.0 or newer) - tokio
- hubcaps (their fix for OpenSSL hasn't even been published to crates.io yet)