Closed
Description
To install on macOS, first it was failing because I only had OpenSSL 9.8.0, and once I installed OpenSSL via brew, it worked fine.
calebjasik@Calebs-MacBook-Pro ~ % export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib"
export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include"
calebjasik@Calebs-MacBook-Pro ~ % cargo install cargo-update
I successfully installed it and ran it, just wanted to provide a success story for macOS. It wasn't entirely clear from the README why it wasn't working other than OpenSSL being the culprit