chore(deps): rm unused tracing-futures (#830)

This commit is contained in:
Matthias Seitz
2023-01-12 12:22:27 +01:00
committed by GitHub
parent 4460dc7b25
commit 23984e3db7
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -4189,7 +4189,6 @@ version = "0.1.0"
dependencies = [ dependencies = [
"tracing", "tracing",
"tracing-appender", "tracing-appender",
"tracing-futures",
"tracing-journald", "tracing-journald",
"tracing-subscriber", "tracing-subscriber",
] ]

View File

@ -10,6 +10,5 @@ description = "tracing helpers"
[dependencies] [dependencies]
tracing = { version = "0.1", default-features = false } tracing = { version = "0.1", default-features = false }
tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] } tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] }
tracing-futures = "0.2"
tracing-appender = "0.2" tracing-appender = "0.2"
tracing-journald = "0.3" tracing-journald = "0.3"