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

Update basics/middleware to v4 (#482)

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Luca Palmieri
2022-01-29 16:39:58 +00:00
committed by GitHub
parent 9a00813b93
commit e903184a12
7 changed files with 89 additions and 110 deletions

7
Cargo.lock generated
View File

@ -3569,11 +3569,10 @@ checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
name = "middleware-example"
version = "2.0.0"
dependencies = [
"actix-service 1.0.6",
"actix-web 3.3.3",
"env_logger 0.8.4",
"actix-web 4.0.0-beta.21",
"env_logger 0.9.0",
"futures",
"pin-project 0.4.29",
"pin-project 1.0.10",
]
[[package]]