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:
parent
7140c04c44
commit
5ecdfd684a
@ -1,5 +1,11 @@
|
||||
# Changes
|
||||
|
||||
## [0.3.3] - 2020-07-03
|
||||
|
||||
### Changed
|
||||
|
||||
* Use parking_lot 0.11
|
||||
|
||||
## [0.3.2] - 2020-05-20
|
||||
|
||||
## Added
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user