leo
leo copied to clipboard
Remove dependency on OpenSSL
On Linux, the reqwest crate ultimately depends on OpenSSL. The docker image we use for releases on Linux musl no longer has OpenSSL, and the version of OpenSSL used has reached EOL anyway. We should consider whether we want to get rid of this dependence, or at least figure out a workaround other than depending on an old version of the docker image.