cleanup
This commit is contained in:
parent
f5f96e35d8
commit
07b3af9166
5 changed files with 11 additions and 155 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue