This commit is contained in:
2026-03-11 00:21:56 +01:00
parent 816f8f75e7
commit 2f6f8414d0
13 changed files with 126 additions and 85 deletions
+3 -3
View File
@@ -8,7 +8,7 @@ async-nats = { version = "0.46.0" }
futures = { version = "0.3.32" }
futures-executor = { version = "0.3.32" }
postcard = { version = "1.1.3", features = ["use-std"] }
rustls = { version = "0.23.37", default-features = false, features = ["ring"] }
rustls = { version = "0.23.37", default-features = false, features = ["aws-lc-rs"] }
serenity = { version = "0.12.5", default-features = false, features = [
"cache",
"rustls_backend",
@@ -18,5 +18,5 @@ songbird = { git = "https://github.com/beerpsi-forks/songbird.git", branch = "da
symphonia = { version = "0.5.5" }
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread"] }
types = { path = "../../libs/types" }
which = { version = "8.0.1" }
yt-dlp = { version = "2.4.0" }
which = { version = "8.0.2" }
yt-dlp = { version = "2.5.0" }