- Switched from
reqwest
toureq
as the HTTP client library- This results in fewer dependencies and thus shorter builds
- But it also makes all requests run in blocking mode
- The API client is thread-safe, however, so making requests in parallel is possible and up to the user of this library