1
0
mirror of https://github.com/actix/examples synced 2025-08-31 02:00:21 +02:00

update async-graphql deps

This commit is contained in:
Rob Ede
2022-07-09 23:35:09 +01:00
parent a46a459476
commit 0a201cd860
7 changed files with 212 additions and 130 deletions

View File

@@ -4,14 +4,14 @@ version = "1.0.0"
edition = "2021"
[dependencies]
actix = "0.12"
actix = "0.13"
actix-web = "4"
actix-web-lab = "0.16"
actix-cors = "0.6"
async-graphql = "3"
async-graphql-actix-web = "3"
async-graphql = "4"
async-graphql-actix-web = "4"
env_logger = "0.9"
log = "0.4"
slab = "0.4.2"
slab = "0.4"