Revert bbc9e03, update tracing-subscriber in examples

Tokio-tungstenite have made some runtime-breaking changes to how
crypto setup is init'd -- i.e., users must do it themselves.
Reverting due to the huge (breaking) inconvenience this poses.
This commit is contained in:
Kyle Simpson
2024-07-17 11:31:12 +01:00
parent 2dc812bd6a
commit 6a9335628c
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ songbird = { path = "../", version = "0.4" }
symphonia = { features = ["aac", "mp3", "isomp4", "alac"], version = "0.5.2" }
tokio = { features = ["macros", "rt-multi-thread", "signal", "sync"], version = "1" }
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = "0.3"
tracing-futures = "0.2"
[profile.release]