1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

update mysql dependency to 23

This commit is contained in:
Rob Ede
2022-12-11 15:25:15 +00:00
parent 7caab85d01
commit 3ffb06abb7
4 changed files with 614 additions and 356 deletions

View File

@ -10,9 +10,9 @@ actix-cors = "0.6"
juniper = "0.15"
mysql = "22"
mysql = "23"
r2d2 = "0.8"
r2d2_mysql = "22"
r2d2_mysql = "23"
dotenv = "0.15"
env_logger = "0.9"