mirror of
https://github.com/actix/examples
synced 2025-06-26 09:17:41 +02:00
update deps
This commit is contained in:
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user