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
This project uses reqwest under the hood. This results in it depending on openssl by default, which itself depends on system dependencies. It would be best if reqwest's features are exposed, so that we can use rustls instead of openssl.