diff --git a/Cargo.toml b/Cargo.toml index e86df78..2ced430 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }