Optimize io read task

This commit is contained in:
Nikolay Kim 2023-11-12 18:30:56 +06:00
parent f2cd676ac3
commit 2a19b7f995
4 changed files with 19 additions and 15 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-async-std"
version = "0.3.0"
version = "0.3.1"
authors = ["ntex contributors <team@ntex.rs>"]
description = "async-std intergration for ntex framework"
keywords = ["network", "framework", "async", "futures"]
@ -16,9 +16,9 @@ name = "ntex_async_std"
path = "src/lib.rs"
[dependencies]
ntex-bytes = "0.1.19"
ntex-io = "0.3.0"
ntex-util = "0.3.0"
ntex-bytes = "0.1.21"
ntex-io = "0.3.6"
ntex-util = "0.3.4"
async-oneshot = "0.5.0"
log = "0.4"
pin-project-lite = "0.2"