From 2631e70a4b940e4a1f9435f64e5a7355bb14ef2b Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 4 Dec 2024 15:28:02 +0500 Subject: [PATCH] Fix tests --- ntex-io/src/dispatcher.rs | 1 - ntex/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ntex-io/src/dispatcher.rs b/ntex-io/src/dispatcher.rs index 7ef865fc..9efab367 100644 --- a/ntex-io/src/dispatcher.rs +++ b/ntex-io/src/dispatcher.rs @@ -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(), }); diff --git a/ntex/Cargo.toml b/ntex/Cargo.toml index 906d360e..709f57f1 100644 --- a/ntex/Cargo.toml +++ b/ntex/Cargo.toml @@ -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"