Auto merge of #57051 - Eijebong:parking_lot, r=nikomatsakis

Update parking_lot to 0.7

Unfortunately this'll dupe parking_lot until the data_structures crate
is published and be updated in rls in conjunction with crossbeam-channel
This commit is contained in:
bors 2019-02-23 19:46:10 +00:00
commit aadbc459bd
5 changed files with 12 additions and 45 deletions

View file

@ -12,4 +12,4 @@ path = "lib.rs"
pulldown-cmark = { version = "0.1.2", default-features = false }
minifier = "0.0.28"
tempfile = "3"
parking_lot = "0.6.4"
parking_lot = "0.7"