use std mutext instead of parking_lot

This commit is contained in:
Nikolay Kim 2019-12-10 09:00:51 +06:00
parent 5132257b0d
commit ef3a33b9d6
2 changed files with 10 additions and 12 deletions

View file

@ -88,7 +88,6 @@ fxhash = "0.2.1"
log = "0.4"
mime = "0.3"
net2 = "0.2.33"
parking_lot = "0.9"
pin-project = "0.4.6"
regex = "1.3"
serde = { version = "1.0", features=["derive"] }
@ -126,4 +125,4 @@ actix-identity = { path = "actix-identity" }
actix-session = { path = "actix-session" }
actix-files = { path = "actix-files" }
actix-multipart = { path = "actix-multipart" }
awc = { path = "awc" }
awc = { path = "awc" }