Fix tests

This commit is contained in:
Nikolay Kim 2024-12-04 15:28:02 +05:00
parent e222832270
commit 2631e70a4b
2 changed files with 1 additions and 2 deletions

View file

@ -710,7 +710,6 @@ mod tests {
io: state.into(),
error: Cell::new(None),
inflight: Cell::new(0),
ready: Cell::new(false),
service: Pipeline::new(service).bind(),
});

View file

@ -69,7 +69,7 @@ ntex-macros = "0.1"
ntex-util = "2.8"
ntex-bytes = "0.1.27"
ntex-server = "2.6"
ntex-h2 = "1.4"
ntex-h2 = "1.5"
ntex-rt = "0.4.22"
ntex-io = "2.9"
ntex-net = "2.4"