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:
commit
aadbc459bd
5 changed files with 12 additions and 45 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue