Skip to content

Commit

Permalink
use correct service version for tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Dec 29, 2020
1 parent ef83647 commit 3c6de3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions actix-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3c6de3a

Please sign in to comment.