From db806e011bb1b289f61c49ab5bd3e48f05839979 Mon Sep 17 00:00:00 2001 From: Luca Palmieri Date: Mon, 27 Dec 2021 11:16:17 +0100 Subject: [PATCH] Remove tracing-futures. --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e66bd7..ee6eb3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2712,7 +2712,6 @@ dependencies = [ "tracing", "tracing-actix-web", "tracing-bunyan-formatter", - "tracing-futures", "tracing-log", "tracing-subscriber", "unicode-segmentation", diff --git a/Cargo.toml b/Cargo.toml index 347c206..544e3d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,6 @@ chrono = "0.4.15" reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] } log = "0.4" tracing = "0.1.19" -tracing-futures = "0.2.4" tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] } tracing-bunyan-formatter = "0.3" tracing-log = "0.1.1"