fix: deps broken

This commit is contained in:
2024-08-12 18:14:09 +02:00
parent 670b8dd30e
commit bfd301c9c2
3 changed files with 4 additions and 26 deletions

View File

@@ -14,6 +14,7 @@ keywords = ["discord", "bot", "rust", "music", "featureful"]
lib-spotify-parser = { path = "./libs/spotify-parser" }
dotenv = "0.15.0"
json = "0.12.4"
openssl = { version = "0.10.66", features = ["vendored"] }
owoify = "0.1.5"
poise = { default-features = true, version = "0.6.1" }
rand = "0.8.5"
@@ -32,7 +33,6 @@ serenity = { default-features = true, features = [
"http",
"rustls_backend",
], version = "0.12" }
symphonia = { version = "0.5.4", features = [
"aac",
"adpcm",
@@ -47,8 +47,6 @@ tracing-futures = "0.2.5"
tracing-subscriber = "0.3.18"
url = "2.5.2"
once_cell = "1.19.0"
openssl = { version = "0.10.66", features = ["vendored"] }
audiopus = "0.2.0"
[patch.crates-io.serenity-voice-model]
git = "https://github.com/serenity-rs/serenity"