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

Update parking_lot to 0.11

This commit is contained in:
Paolo Barbolini 2020-07-03 17:10:27 +02:00
parent 7140c04c44
commit 5ecdfd684a
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changes
## [0.3.3] - 2020-07-03
### Changed
* Use parking_lot 0.11
## [0.3.2] - 2020-05-20
## Added

View File

@ -20,7 +20,7 @@ path = "src/lib.rs"
[dependencies]
derive_more = "0.99.2"
futures-channel = "0.3.1"
parking_lot = "0.10"
parking_lot = "0.11"
lazy_static = "1.3"
log = "0.4"
num_cpus = "1.10"