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

update deps

This commit is contained in:
Rob Ede
2022-10-26 16:51:27 +01:00
parent 83e987ed0c
commit ddda86784a
25 changed files with 672 additions and 858 deletions

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
actix = "0.13"
actix-web = "4"
actix-web-lab = "0.17"
actix-web-lab = "0.18"
actix-cors = "0.6"
async-graphql = "4"

View File

@ -5,14 +5,14 @@ edition = "2021"
[dependencies]
actix-web = "4"
actix-web-lab = "0.17"
actix-web-lab = "0.18"
actix-cors = "0.6"
juniper = "0.15"
mysql = "21"
mysql = "22"
r2d2 = "0.8"
r2d2_mysql = "21"
r2d2_mysql = "22"
dotenv = "0.15"
env_logger = "0.9"

View File

@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
actix-web = "4"
actix-web-lab = "0.17"
actix-web-lab = "0.18"
actix-cors = "0.6"
juniper = "0.15"