diff --git a/Cargo.toml b/Cargo.toml index aeb1f74..1004d51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ stream_lib = { default-features = false, optional = true, version = "0.4.2" } symphonia = { default_features = false, optional = true, version = "0.5.2" } symphonia-core = { optional = true, version = "0.5.2" } tokio = { default-features = false, optional = true, version = "1.0" } -tokio-tungstenite = { optional = true, version = "0.23" } +tokio-tungstenite = { optional = true, version = "0.21" } tokio-util = { features = ["io"], optional = true, version = "0.7" } tracing = { version = "0.1", features = ["log"] } tracing-futures = "0.2" diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 1a4f984..40e63bc 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -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]