chore: remove tracing-log

This commit is contained in:
Kristofers Solo 2025-11-19 00:00:42 +02:00
parent 7402d6ff1d
commit 3abeb83660
Signed by: kristoferssolo
GPG Key ID: 8687F2D3EEE6F0ED
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -2073,7 +2073,6 @@ dependencies = [
"tracing",
"tracing-appender",
"tracing-bunyan-formatter",
"tracing-log 0.2.0",
"tracing-subscriber",
"transmission-rpc",
"url",

View File

@ -20,7 +20,6 @@ toml = "0.9"
tracing = "0.1"
tracing-appender = "0.2"
tracing-bunyan-formatter = { version = "0.3", default-features = false }
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }
transmission-rpc = "0.5"
url = "2.5"