1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

remove pin-project from actix-web. (#2471)

This commit is contained in:
fakeshadow
2021-11-30 19:16:53 +08:00
committed by GitHub
parent fc4cdf81eb
commit fa82b698b7
7 changed files with 110 additions and 100 deletions

View File

@ -96,7 +96,6 @@ once_cell = "1.5"
log = "0.4"
mime = "0.3"
paste = "1"
pin-project = "1.0.0"
pin-project-lite = "0.2.7"
regex = "1.4"
serde = { version = "1.0", features = ["derive"] }