1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-18 20:01:48 +01:00

Merge pull request #152 from paolobarbolini/pl-011

Update parking_lot to 0.11
This commit is contained in:
Yuki Okushi 2020-07-04 03:20:08 +09:00 committed by GitHub
commit f6c697a2dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"