1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

httpauth: Minimize futures dependency

This commit is contained in:
Yuki Okushi
2020-05-21 17:23:59 +09:00
parent b699506526
commit 10fe10c9c1
6 changed files with 18 additions and 16 deletions

View File

@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
- Update the `base64` dependency to 0.12
- AuthenticationError's status code is preserved when converting to a ResponseError
- Minimize `futures` dependency
## [0.4.1] - 2020-02-19
- Move repository to actix-extras