1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

bump tokio-util to 0.7 (#446)

This commit is contained in:
Rob Ede
2022-02-15 01:47:27 +00:00
committed by GitHub
parent d229c1e886
commit 217cbd2228
7 changed files with 20 additions and 10 deletions

View File

@ -3,6 +3,12 @@
## Unreleased - 2021-xx-xx
## 0.5.0 - 2022-02-15
- Updated `tokio-util` dependency to `0.7.0`. [#446]
[#446]: https://github.com/actix/actix-net/pull/446
## 0.4.2 - 2021-12-31
- No significant changes since `0.4.1`.