From 2d984f4147758a4ec8021d5226499690da000bd4 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 c106d02..5aa8f10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2484,7 +2484,6 @@ dependencies = [ "tracing", "tracing-actix-web", "tracing-bunyan-formatter", - "tracing-futures", "tracing-log", "tracing-subscriber", "uuid", diff --git a/Cargo.toml b/Cargo.toml index a43658c..ebc4c2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,6 @@ sqlx = { version = "0.5.5", default-features = false, features = [ "runtime-acti uuid = { version = "0.8.1", features = ["v4"] } chrono = "0.4.15" 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"