diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |
