Update parking_lot.

This commit is contained in:
Josh Matthews 2022-04-01 01:33:17 -04:00
parent d9a1a9ddc1
commit a24a4f0608
8 changed files with 14 additions and 14 deletions

View file

@ -17,7 +17,7 @@ ipc-channel = "0.14"
lazy_static = "1"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = "0.1"
parking_lot = "0.10"
parking_lot = "0.11"
serde = "1.0.60"
webrender_api = { git = "https://github.com/servo/webrender" }