From f2ae25d906f86847ff9eb2122c472cc463595e15 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 2dd0474..fbf82f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2849,7 +2849,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 61d4b40..9bdcb6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,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.1" tracing-log = "0.1.1"