From 23984e3db78c3a76bf38d1515886418eb08d8505 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Thu, 12 Jan 2023 12:22:27 +0100 Subject: [PATCH] chore(deps): rm unused tracing-futures (#830) --- Cargo.lock | 1 - crates/tracing/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22f92de377..620a8dc166 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4189,7 +4189,6 @@ version = "0.1.0" dependencies = [ "tracing", "tracing-appender", - "tracing-futures", "tracing-journald", "tracing-subscriber", ] diff --git a/crates/tracing/Cargo.toml b/crates/tracing/Cargo.toml index 6790aaab36..016b14ada2 100644 --- a/crates/tracing/Cargo.toml +++ b/crates/tracing/Cargo.toml @@ -10,6 +10,5 @@ description = "tracing helpers" [dependencies] tracing = { version = "0.1", default-features = false } tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] } -tracing-futures = "0.2" tracing-appender = "0.2" tracing-journald = "0.3"