v2.2.0
- Bugfix: Fixed fields on
UserAccessToken
being all private, preventing library users from constructing the type (as part of theRefreshingLoginCredentials
system). (#101, #103) - Reduce the amount of dependencies used. (#96)
- Update
metrics
dependency to v0.14. Metrics are now registered with a description when the
client is created. (#97) - Chore: Fix all the clippy warnings in the project.