Chore: Update to twilight 0.12

This commit is contained in:
Kyle Simpson
2022-07-22 15:05:25 +01:00
parent a85a1f08e1
commit 865c75f3c3
3 changed files with 9 additions and 9 deletions

View File

@@ -9,10 +9,10 @@ futures = "0.3"
tracing = "0.1"
tracing-subscriber = "0.2"
tokio = { features = ["macros", "rt-multi-thread", "sync"], version = "1" }
twilight-gateway = "0.11"
twilight-http = "0.11"
twilight-model = "0.11"
twilight-standby = "0.11"
twilight-gateway = "0.12"
twilight-http = "0.12"
twilight-model = "0.12"
twilight-standby = "0.12"
[dependencies.songbird]
default-features = false