add ntex-io changes

This commit is contained in:
Nikolay Kim 2021-12-18 20:40:33 +06:00
parent 8166fde2e0
commit d7083c15d8
5 changed files with 14 additions and 10 deletions

View file

@ -22,9 +22,9 @@ default = ["tokio"]
tokio = ["tok-io", "ntex-io/tokio"]
[dependencies]
ntex-bytes = "0.1.7"
ntex-io = "0.1.0"
ntex-util = "0.1.2"
ntex-bytes = "0.1.8"
ntex-io = "0.1.0-b.0"
ntex-util = "0.1.3"
async-oneshot = "0.5.0"
async-channel = "1.6.1"
log = "0.4"