mirror of https://github.com/fafhrd91/actix-web
add note about tokio 1.0 to changelogs
This commit is contained in:
parent
27d2405b65
commit
32508fe96f
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
### Changed
|
### Changed
|
||||||
|
* Update `actix-*` dependencies to tokio `1.0` based versions. [#1813]
|
||||||
* Bumped `rand` to `0.8`.
|
* Bumped `rand` to `0.8`.
|
||||||
* Update `rust-tls` to `0.19`. [#1813]
|
* Update `rust-tls` to `0.19`. [#1813]
|
||||||
* Rename `Handler` to `HandlerService` and rename `Factory` to `Handler`. [#1852]
|
* Rename `Handler` to `HandlerService` and rename `Factory` to `Handler`. [#1852]
|
||||||
|
|
|
@ -3,9 +3,11 @@
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
### Changed
|
### Changed
|
||||||
* Bumped `rand` to `0.8`.
|
* Bumped `rand` to `0.8`.
|
||||||
|
* Update `actix-*` dependencies to tokio `1.0` based versions. [#1813]
|
||||||
* Update `bytes` to `1.0`. [#1813]
|
* Update `bytes` to `1.0`. [#1813]
|
||||||
* Update `h2` to `0.3`. [#1813]
|
* Update `h2` to `0.3`. [#1813]
|
||||||
|
|
||||||
|
|
||||||
[#1813]: https://github.com/actix/actix-web/pull/1813
|
[#1813]: https://github.com/actix/actix-web/pull/1813
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue