Update Rust crate symphonia to 0.6.0
All checks were successful
Build and Test / splatie (push) Successful in 18m2s

This commit is contained in:
Spacebot 2026-05-17 16:01:49 +00:00 committed by kitten
commit 0ffcf540d2
2 changed files with 102 additions and 57 deletions

View file

@ -25,7 +25,7 @@ reqwest = { version = "0.12", features = ["json", "rustls-tls"] }
songbird = { version = "0.6.0", features = ["builtin-queue", "driver", "gateway"] }
youtube_dl = { version = "0.10.0", features = ["downloader-rustls-tls"] }
dashmap = "6.1.0"
symphonia = { version = "0.5.4", features = ["aac", "mp3", "isomp4", "alac", "flac", "pcm", "vorbis"] }
symphonia = { version = "0.6.0", features = ["aac", "mp3", "isomp4", "alac", "flac", "pcm", "vorbis"] }
[dependencies.tokio]
version = "1.43.0"