Changed
- Replace
reqwest
withureq
to fetch images via HTTP/HTTPS (see GH-168 and GH-169);
the latter has considerably less dependencies and builds faster.
It also builds statically out of the box, hence the static musl builds no longer requirecurl
to fetch images.