Use tokio Handle if available (#339)

This commit is contained in:
Nikolay Kim 2024-04-04 21:14:41 +05:00 committed by GitHub
parent 395cf694e5
commit 9bd05487de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 44 additions and 12 deletions

View file

@ -19,10 +19,10 @@ path = "src/lib.rs"
ntex-bytes = "0.1.24"
ntex-net = "1.0"
ntex-service = "2.0"
ntex-rt = "0.4.12"
ntex-rt = "0.4.13"
ntex-util = "1.0"
async-channel = "2.2"
async-channel = "2"
async-broadcast = "0.7"
polling = "3.3"
log = "0.4"