1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 22:51:07 +01:00

chore: Update parking_lot to 0.8

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2019-05-30 20:30:43 +02:00
parent c1b183e1ce
commit ad9a197916
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -20,7 +20,7 @@ path = "src/lib.rs"
[dependencies]
derive_more = "0.14"
futures = "0.1.25"
parking_lot = "0.7"
parking_lot = "0.8"
lazy_static = "1.2"
log = "0.4"
num_cpus = "1.10"