Deps: Bump twilight versions -> 0.4

This commit is contained in:
Kyle Simpson
2021-05-14 14:35:52 +01:00
parent d1999776a8
commit 6d66b499e5
2 changed files with 6 additions and 6 deletions

View File

@@ -103,12 +103,12 @@ default-features = false
[dependencies.twilight-gateway] [dependencies.twilight-gateway]
optional = true optional = true
version = "0.3" version = "0.4"
default-features = false default-features = false
[dependencies.twilight-model] [dependencies.twilight-model]
optional = true optional = true
version = "0.3" version = "0.4"
default-features = false default-features = false
[dependencies.typemap_rev] [dependencies.typemap_rev]

View File

@@ -10,10 +10,10 @@ tracing = "0.1"
tracing-subscriber = "0.2" tracing-subscriber = "0.2"
serde_json = { version = "1" } serde_json = { version = "1" }
tokio = { features = ["macros", "rt-multi-thread", "sync"], version = "1" } tokio = { features = ["macros", "rt-multi-thread", "sync"], version = "1" }
twilight-gateway = "0.3" twilight-gateway = "0.4"
twilight-http = "0.3" twilight-http = "0.4"
twilight-model = "0.3" twilight-model = "0.4"
twilight-standby = "0.3" twilight-standby = "0.4"
[dependencies.songbird] [dependencies.songbird]
path = "../.." path = "../.."