mirror of
https://github.com/fafhrd91/actix-net
synced 2025-01-19 00:31:50 +01:00
Merge pull request #152 from paolobarbolini/pl-011
Update parking_lot to 0.11
This commit is contained in:
commit
f6c697a2dd
@ -1,5 +1,11 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [0.3.3] - 2020-07-03
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Use parking_lot 0.11
|
||||||
|
|
||||||
## [0.3.2] - 2020-05-20
|
## [0.3.2] - 2020-05-20
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
@ -20,7 +20,7 @@ path = "src/lib.rs"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.2"
|
||||||
futures-channel = "0.3.1"
|
futures-channel = "0.3.1"
|
||||||
parking_lot = "0.10"
|
parking_lot = "0.11"
|
||||||
lazy_static = "1.3"
|
lazy_static = "1.3"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
num_cpus = "1.10"
|
num_cpus = "1.10"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user