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

Merge pull request #26 from ignatenkobrain/master

chore: Update parking_lot to 0.8
This commit is contained in:
Nikolay Kim 2019-06-01 16:47:56 +06:00 committed by GitHub
commit 6d1cbb2d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"