Update to compio 0.13 (#471)

This commit is contained in:
Nikolay Kim 2024-11-25 15:35:53 -08:00 committed by GitHub
parent badf2a8cf8
commit b42d7954c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 15 additions and 7 deletions

View file

@ -35,11 +35,11 @@ ntex-service = "3.3"
ntex-bytes = "0.1"
ntex-http = "0.1"
ntex-io = "2.8"
ntex-rt = "0.4.18"
ntex-rt = "0.4.21"
ntex-util = "2.5"
ntex-tokio = { version = "0.5.3", optional = true }
ntex-compio = { version = "0.2.1", optional = true }
ntex-compio = { version = "0.2.2", optional = true }
ntex-glommio = { version = "0.5.2", optional = true }
ntex-async-std = { version = "0.5.1", optional = true }