Deps: Move to published symphonia v0.5.2 from git

Symphonia v0.5.2 has all the API changes and fixes we were depending on, which leaves next one step closer to publishable.

Tested using `cargo make ready`.
This commit is contained in:
Kyle Simpson
2023-01-19 20:59:39 +00:00
parent f2fbbfeb25
commit fdd0d830c7
6 changed files with 7 additions and 34 deletions

View File

@@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
reqwest = "0.11"
symphonia = { features = ["aac", "mp3", "isomp4", "alac"], version = "0.5.2" }
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-futures = "0.2"
@@ -18,11 +19,6 @@ path = "../../../"
version = "0.11"
features = ["cache", "standard_framework", "voice", "rustls_backend"]
[dependencies.symphonia]
version = "0.5"
features = ["aac", "mp3", "isomp4", "alac"]
git = "https://github.com/pdeljanov/Symphonia"
[dependencies.tokio]
version = "1.0"
features = ["macros", "rt-multi-thread", "signal"]