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

threadpool: Update parking_lot to 0.9

Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Gnatenko 2019-08-04 15:46:14 +02:00
parent 0baceb0e56
commit 8b398c3386
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
### Changed
* Update `derive_more` to 0.15
* Update `parking_lot` to 0.9
## [0.1.1] - 2019-06-05

View File

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