Upgrade to compio v0.12 (#425)

This commit is contained in:
Nikolay Kim 2024-09-24 12:37:26 +05:00 committed by GitHub
parent c0d5da8a1e
commit b50aa31fdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 21 additions and 10 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-net"
version = "2.2.0"
version = "2.3.0"
authors = ["ntex contributors <team@ntex.rs>"]
description = "ntexwork utils for ntex framework"
keywords = ["network", "framework", "async", "futures"]
@ -35,11 +35,11 @@ ntex-service = "3"
ntex-bytes = "0.1"
ntex-http = "0.1"
ntex-io = "2.5"
ntex-rt = "0.4.14"
ntex-rt = "0.4.17"
ntex-util = "2"
ntex-tokio = { version = "0.5.2", optional = true }
ntex-compio = { version = "0.1.2", optional = true }
ntex-compio = { version = "0.2.0", optional = true }
ntex-glommio = { version = "0.5.1", optional = true }
ntex-async-std = { version = "0.5.1", optional = true }