Use updated Service trait for ntex (#456)

This commit is contained in:
Nikolay Kim 2024-11-04 14:04:00 +05:00 committed by GitHub
parent 5f6600c814
commit c26b336fe5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 83 additions and 18 deletions

View file

@ -31,15 +31,15 @@ glommio = ["ntex-rt/glommio", "ntex-glommio"]
async-std = ["ntex-rt/async-std", "ntex-async-std"]
[dependencies]
ntex-service = "3"
ntex-service = "3.3"
ntex-bytes = "0.1"
ntex-http = "0.1"
ntex-io = "2.5"
ntex-io = "2.8"
ntex-rt = "0.4.18"
ntex-util = "2"
ntex-util = "2.5"
ntex-tokio = { version = "0.5.2", optional = true }
ntex-compio = { version = "0.2.0", optional = true }
ntex-tokio = { version = "0.5.3", optional = true }
ntex-compio = { version = "0.2.1", optional = true }
ntex-glommio = { version = "0.5.2", optional = true }
ntex-async-std = { version = "0.5.1", optional = true }