chore: bump twilight version

This commit is contained in:
spiral 2022-05-11 22:37:19 -04:00
parent 2bc8b362c8
commit 3724f3e7d9
No known key found for this signature in database
GPG Key ID: 244A11E4B0BCF40E
2 changed files with 3 additions and 3 deletions

View File

@ -19,10 +19,10 @@ procfs = "0.12.0"
libc = "0.2.122" libc = "0.2.122"
# Twilight # Twilight
twilight-gateway = "0.10.0" twilight-gateway = "0.10.1"
twilight-gateway-queue = "0.10.0" twilight-gateway-queue = "0.10.0"
twilight-http = "0.10.0" twilight-http = "0.10.0"
twilight-model = "0.10.0" twilight-model = "0.10.2"
# Database # Database
deadpool = "0.9" deadpool = "0.9"

View File

@ -9,7 +9,7 @@ edition = "2021"
anyhow = "1" anyhow = "1"
prost = "0.10.3" prost = "0.10.3"
twilight-gateway = "0.10.0" twilight-gateway = "0.10.1"
redis = { version = "0.21.5", features = ["aio", "tokio-comp"] } redis = { version = "0.21.5", features = ["aio", "tokio-comp"] }
[build-dependencies] [build-dependencies]