leo icon indicating copy to clipboard operation
leo copied to clipboard

Remove dependency on OpenSSL

Open mikebenfield opened this issue 7 months ago • 0 comments

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.

mikebenfield avatar May 21 '25 23:05 mikebenfield