1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 20:51:06 +01:00

use correct service version for tracing

This commit is contained in:
Rob Ede 2020-12-29 00:08:59 +00:00
parent ef83647ac9
commit 3c6de3a81b
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6

View File

@ -16,11 +16,12 @@ name = "actix_tracing"
path = "src/lib.rs"
[dependencies]
actix-service = "1.0.4"
actix-service = "2.0.0-beta.1"
futures-util = { version = "0.3.4", default-features = false }
tracing = "0.1"
tracing-futures = "0.2"
[dev_dependencies]
actix-rt = "1.0"
slab = "0.4"
slab = "0.4"