Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable
reqwest
unnecessary features (specifically: native TLS)
In elan-ev#546 I configured dependencies to avoid dynamically linking libssl and libz. I just checked again after the Meili update and noticed that those library are again linked dynamically. I think this has to do with me adding `reqwest` as dependencies without disabling default features. With this commit, libssl and libz are again not dynamically linked.
- Loading branch information