Migrate to tokio 1.0 (#41)

* migrate to tokio 1.x

* update tests
This commit is contained in:
Nikolay Kim 2021-02-24 00:12:44 +06:00 committed by GitHub
parent ddd973b808
commit e04ae7cc86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 557 additions and 807 deletions

View file

@ -16,8 +16,8 @@ name = "ntex_service"
path = "src/lib.rs"
[dependencies]
futures-util = "0.3.9"
futures-util = "0.3.13"
pin-project-lite = "0.2.4"
[dev-dependencies]
ntex-rt = "0.1"
ntex-rt = "0.2"