aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2024-05-08 12:55:35 -0400
committerNathan Perry <np@nathanperry.dev>2024-05-08 14:16:01 -0400
commitffba60b278162707bc4eb004c3bfb6b2e9595213 (patch)
treeedf8172ecad59d46a6056944fd9e79f7dfb327c2 /Cargo.toml
parentfe467f60d99efa54f2ef64606e7d39b9b06d7294 (diff)
rework to use songbird
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 34a33a1..bb6da5c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ diesel = { version = "2.1", features = ["postgres", "chrono", "r2d2"], optional
ctrlc = { version = "3.4", features = ["termination"] }
rand = "0.8"
either = "1.10"
-reqwest = { version = "0.12", features = ["json"] }
+reqwest = { version = "0.11", features = ["json"] }
sha1 = { version = "0.10", features = ["std"] }
regex = "1.10"
itertools = "0.12"
@@ -41,7 +41,8 @@ diesel_migrations = { version = "2.1", optional = true }
envconfig = "0.10"
envconfig_derive = "0.10"
tap = "1.0"
-songbird = "0.4"
+songbird = { version = "0.4", features = ["builtin-queue"] }
+tokio = { version = "1.37", features = ["full"]}
[dependencies.serenity]
version = "0.12"