diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ tokio = { version = "1.37", features = ["full"] } songbird = { version = "0.4", features = ["builtin-queue"] } symphonia = { version = "0.5", features = ["all"] } -poise = { git = "https://pub.npry.dev/poise" } +poise = "0.6" diesel = { version = "2.1", features = ["chrono"], optional = true } diesel-async = { version = "0.4", optional = true, features = ["deadpool", "postgres"] } |
