You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users of cargo audit are reporting that they see an error "Could initialize the http client" with no further detail: rustsec/rustsec#1029
This makes it non-actionable for users and impossible to debug for developers.
The Display implementation for the error should also call the Display of the underlying error, so that the cause of the failed initialization could be understood and acted upon.