Update Rust crate songbird to 0.5.0
Some checks failed
tests / fmt (push) Successful in 47s
tests / clippy (push) Failing after 1m13s
tests / build (push) Failing after 1m33s
tests / test (push) Failing after 1m27s
tests / pre-commit (push) Failing after 1m45s

This commit is contained in:
2025-03-05 01:27:02 +00:00
parent de3262c072
commit e99cce267c
2 changed files with 569 additions and 88 deletions

655
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,7 +7,7 @@ license = "MIT"
[dependencies] [dependencies]
symphonia = { version = "0.5.2", features=["all", "opt-simd"] } 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" } tokio = { features = ["macros", "rt-multi-thread", "signal", "sync"], version = "1" }
sqlx = { version = "0.8", features = [ "runtime-tokio", "sqlite", "chrono", "migrate"] } sqlx = { version = "0.8", features = [ "runtime-tokio", "sqlite", "chrono", "migrate"] }
regex = { version = "1", features = ["unicode-case"] } regex = { version = "1", features = ["unicode-case"] }