Update deps

This commit is contained in:
Nikolay Kim 2023-11-22 23:47:53 +06:00
parent 2713922e03
commit 111450539e

View file

@ -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"