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
reqwest native-tls-vendored only for musl builds
we adjusted the dependency list of only activate the **native-tls-vendored**
feature from reqwest for the musl based target.
The motivation is resolve the building issues (on github actions) where
openssl-sys was not able to work with the openssl installation from Ubuntu.