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

@ -15,4 +15,4 @@ license = "Apache-2.0 or MIT"
[dependencies]
pagetop = { path = "../pagetop" }
maud = { version = "0.23.0" }
maud = { git = "https://github.com/lambda-fairy/maud", rev = "e6787cd6" }