Change io buffers layout (#165)

* Change buffers layout
This commit is contained in:
Nikolay Kim 2023-01-25 22:03:42 +06:00 committed by GitHub
parent 7abd4a61f8
commit 0d5cd049b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 196 additions and 164 deletions

View file

@ -26,7 +26,7 @@ rustls = ["tls_rust"]
[dependencies]
ntex-bytes = "0.1.19"
ntex-io = "0.2.2"
ntex-io = "0.2.3"
ntex-util = "0.2.0"
ntex-service = "1.0.0"
log = "0.4"