mirror of
https://github.com/servo/servo.git
synced 2025-08-27 16:18:21 +01:00
Bump parking_lot to 0.5
This commit is contained in:
parent
797fb553bb
commit
f71e34ccab
7 changed files with 19 additions and 20 deletions
|
@ -22,7 +22,7 @@ libc = "0.2"
|
|||
log = {version = "0.3.5", features = ["release_max_level_info"]}
|
||||
malloc_size_of = {path = "../../components/malloc_size_of"}
|
||||
nsstring = {path = "../../support/gecko/nsstring"}
|
||||
parking_lot = "0.4"
|
||||
parking_lot = "0.5"
|
||||
selectors = {path = "../../components/selectors"}
|
||||
servo_arc = {path = "../../components/servo_arc"}
|
||||
smallvec = "0.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue