1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

Minimize futures dependency

This commit is contained in:
Yuki Okushi
2020-03-15 06:58:47 +09:00
parent ab1bcf15d4
commit bc36cc1159
4 changed files with 4 additions and 3 deletions

View File

@ -5,6 +5,7 @@
* Update the `time` dependency to 0.2.7
* Update the `actix-web` dependency to 3.0.0-alpha.1
* Long lasting auto-prolonged session [#1292]
* Minimize `futures` dependency
[#1292]: https://github.com/actix/actix-web/pull/1292