This commit is contained in:
41666 2022-11-27 22:20:25 -05:00
parent f5f96e35d8
commit 07b3af9166
5 changed files with 11 additions and 155 deletions

View file

@ -7,9 +7,9 @@ edition = "2021"
[dependencies]
redis = { version = "0.22.1", features = ["aio", "r2d2", "tokio-comp"] }
serde_json = "1.0.88"
serde = "1.0.147"
async-graphql = { version = "4.0.16", features = ["apollo_tracing"] }
serde_json = "1.0.89"
serde = "1.0.148"
async-graphql = { version = "4.0.16" }
async-graphql-axum = "4.0.16"
axum = "0.6.0"
tokio = { version = "1.22.0" }