Actualiza actix-web a la versión 4

This commit is contained in:
Manuel Cillero 2022-07-02 23:40:48 +02:00
parent cafc4422fa
commit 82d23c2499
9 changed files with 20 additions and 21 deletions

View file

@ -19,7 +19,7 @@ features = ["mysql"]
default-features = false
[dependencies]
actix-web = "3.3.3"
actix-web = "4.1.0"
pagetop-admin = { path = "../pagetop-admin" }
pagetop-user = { path = "../pagetop-user" }
pagetop-node = { path = "../pagetop-node" }