1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

update dependencies

This commit is contained in:
Rob Ede
2022-03-04 16:28:40 +00:00
parent 418e6f2548
commit c3fd8e1315
19 changed files with 51 additions and 65 deletions

View File

@ -4,9 +4,10 @@ version = "1.0.0"
edition = "2021"
[dependencies]
actix = "0.12"
actix-web = "4"
actix-web-lab = "0.10"
actix-cors = "0.6.0-beta.10"
actix-cors = "0.6"
async-graphql = "3"
async-graphql-actix-web = "3"

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
actix-web = "4"
actix-web-lab = "0.10"
actix-cors = "0.6.0-beta.10"
actix-cors = "0.6"
juniper = "0.15"

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
actix-web = "4"
actix-web-lab = "0.10"
actix-cors = "0.6.0-beta.10"
actix-cors = "0.6"
juniper = "0.15"