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

update mysql dep to 24

This commit is contained in:
Rob Ede
2023-07-18 16:22:00 +01:00
parent 84fcd7435c
commit 3513108eb5
2 changed files with 9 additions and 90 deletions

View File

@ -10,9 +10,9 @@ actix-cors.workspace = true
juniper = "0.15"
mysql = "23" # waiting on r2d2_mysql update
mysql = "24"
r2d2 = "0.8"
r2d2_mysql = "23"
r2d2_mysql = "24"
dotenv = "0.15"
env_logger.workspace = true