mirror of
https://github.com/servo/servo.git
synced 2025-08-16 19:05:33 +01:00
Deduplicate parking_lot and friends by updating it to 0.9
This commit is contained in:
parent
4f4e219e54
commit
b6cddbebaa
10 changed files with 155 additions and 196 deletions
|
@ -56,7 +56,7 @@ num-traits = "0.2"
|
|||
num-derive = "0.2"
|
||||
ordered-float = "1.0"
|
||||
owning_ref = "0.4"
|
||||
parking_lot = "0.8"
|
||||
parking_lot = "0.9"
|
||||
precomputed-hash = "0.1.1"
|
||||
rayon = "1"
|
||||
selectors = { path = "../selectors" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue