Chore: Update to serenity 0.11

This commit is contained in:
Kyle Simpson
2022-07-22 14:47:59 +01:00
parent 69339e8d45
commit a85a1f08e1
5 changed files with 5 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ version = "0.8"
[dependencies.serenity] [dependencies.serenity]
optional = true optional = true
version = "^0.10.2" version = "0.11"
default-features = false default-features = false
features = ["voice", "gateway"] features = ["voice", "gateway"]

View File

@@ -13,7 +13,7 @@ tracing-futures = "0.2"
path = "../../../" path = "../../../"
[dependencies.serenity] [dependencies.serenity]
version = "0.10" version = "0.11"
features = ["client", "standard_framework", "voice", "rustls_backend"] features = ["client", "standard_framework", "voice", "rustls_backend"]
[dependencies.tokio] [dependencies.tokio]

View File

@@ -14,7 +14,7 @@ features = ["builtin-queue"]
path = "../../../" path = "../../../"
[dependencies.serenity] [dependencies.serenity]
version = "0.10" version = "0.11"
features = ["cache", "standard_framework", "voice", "rustls_backend"] features = ["cache", "standard_framework", "voice", "rustls_backend"]
[dependencies.tokio] [dependencies.tokio]

View File

@@ -13,7 +13,7 @@ tracing-futures = "0.2"
path = "../../../" path = "../../../"
[dependencies.serenity] [dependencies.serenity]
version = "0.10" version = "0.11"
features = ["client", "standard_framework", "voice", "rustls_backend"] features = ["client", "standard_framework", "voice", "rustls_backend"]
[dependencies.tokio] [dependencies.tokio]

View File

@@ -13,7 +13,7 @@ tracing-futures = "0.2"
path = "../../../" path = "../../../"
[dependencies.serenity] [dependencies.serenity]
version = "0.10" version = "0.11"
features = ["cache", "framework", "standard_framework", "voice", "http", "rustls_backend"] features = ["cache", "framework", "standard_framework", "voice", "http", "rustls_backend"]
[dependencies.tokio] [dependencies.tokio]