inre / rust-mq

RustMQ is the MQTT client written on pure Rust.
MIT License
190 stars 28 forks source link

Upgrade openssl dependency #27

Closed caspervg closed 3 years ago

caspervg commented 7 years ago

Would it be possible to upgrade the openssl dependency of netopt from 0.7 to the current 0.9. The 0.7 version does not support recent versions (1.1.0) of OpenSSL that are currently in use in distros such as Arch and Fedora 26.

Perhaps the ssl feature could also be removed from the default features and instead be opt-in only?