Unable to update my cargo package - ssl error

cargo uses cURL for its TLS communication. Unfortunately, cURL has many different and platform-dependent ways to find the certificate store: curl - SSL CA Certificates. It seems you should be able to override it with the CURL_CA_BUNDLE environment variable though.