Refactor pipeline call impl (#219)

* Refactor pipeline call impl
This commit is contained in:
Nikolay Kim 2023-08-10 22:10:02 +06:00 committed by GitHub
parent 2e66b4b361
commit 594bf0a8e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 217 additions and 110 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-io"
version = "0.3.1"
version = "0.3.2"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Utilities for encoding and decoding frames"
keywords = ["network", "framework", "async", "futures"]
@ -19,7 +19,7 @@ path = "src/lib.rs"
ntex-codec = "0.6.2"
ntex-bytes = "0.1.19"
ntex-util = "0.3.0"
ntex-service = "1.2.1"
ntex-service = "1.2.3"
bitflags = "1.3"
log = "0.4"