From 3c6de3a81ba3d3923f2b03e3299cba49f5b8b06a Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 29 Dec 2020 00:08:59 +0000 Subject: [PATCH] use correct service version for tracing --- actix-tracing/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/actix-tracing/Cargo.toml b/actix-tracing/Cargo.toml index d0b7bf29..720e7ad5 100644 --- a/actix-tracing/Cargo.toml +++ b/actix-tracing/Cargo.toml @@ -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" \ No newline at end of file +slab = "0.4"