From 111450539ecf50632c892ee1dec3e7a3d45b2473 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 22 Nov 2023 23:47:53 +0600 Subject: [PATCH] Update deps --- ntex/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ntex/Cargo.toml b/ntex/Cargo.toml index ec5e4579..0e458d12 100644 --- a/ntex/Cargo.toml +++ b/ntex/Cargo.toml @@ -57,12 +57,12 @@ ntex-macros = "0.1.3" ntex-util = "0.3.4" ntex-bytes = "0.1.21" ntex-h2 = "0.4.4" -ntex-rt = "0.4.10" +ntex-rt = "0.4.11" ntex-io = "0.3.9" ntex-tls = "0.3.2" ntex-tokio = { version = "0.3.1", optional = true } -ntex-glommio = { version = "0.3.0", optional = true } -ntex-async-std = { version = "0.3.1", optional = true } +ntex-glommio = { version = "0.3.1", optional = true } +ntex-async-std = { version = "0.3.2", optional = true } async-channel = "2.1" base64 = "0.21"