Update Rust crate songbird to 0.5.0
Some checks failed
tests / fmt (push) Successful in 43s
tests / build (push) Failing after 1m34s
tests / clippy (push) Failing after 1m11s
tests / test (push) Failing after 1m28s
tests / pre-commit (push) Failing after 1m37s

This commit is contained in:
2025-03-05 01:08:03 +00:00
parent c6e34cf000
commit ef2bc41c9e
2 changed files with 597 additions and 96 deletions

691
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@ license = "MIT"
[dependencies]
symphonia = { version = "0.5.2", features=["all", "opt-simd"] }
songbird = { version = "0.4.0", features = ["driver", "gateway", "twilight", "rustls", "builtin-queue"] }
songbird = { version = "0.5.0", features = ["driver", "gateway", "twilight", "rustls", "builtin-queue"] }
tokio = { features = ["macros", "rt-multi-thread", "signal", "sync"], version = "1" }
sqlx = { version = "0.7", features = [ "runtime-tokio", "sqlite", "chrono", "migrate"] }
regex = { version = "1", features = ["unicode-case"] }