mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
use std mutext instead of parking_lot
This commit is contained in:
parent
5132257b0d
commit
ef3a33b9d6
2 changed files with 10 additions and 12 deletions
|
@ -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" }
|
Loading…
Add table
Add a link
Reference in a new issue