Bump songbird version

This commit is contained in:
Joey Hines 2026-04-11 16:52:47 -06:00
parent d51bf370f3
commit 658fd6fede
Signed by: joeyahines
GPG Key ID: E99D8FB14855100E
2 changed files with 1246 additions and 37 deletions

1281
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ clap = { version = "4.5.45", features = ["derive"] }
config = "0.15.14" config = "0.15.14"
poise = "0.6.1" poise = "0.6.1"
serde = "1.0.219" serde = "1.0.219"
songbird = { version = "0.5.0", features = ["builtin-queue", "driver"] } songbird = { version = "0.6.0", features = ["builtin-queue", "driver"] }
thiserror = "2.0.15" thiserror = "2.0.15"
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] } tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }