Bump parking_lot to 0.11

Fixes #1657.
This commit is contained in:
Logan Magee
2020-09-09 12:56:48 -08:00
committed by GitHub
parent 21f9aefc7e
commit c66489dbb1
2 changed files with 2 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ x11-dl = { version = "2.18.5", optional = true }
percent-encoding = "2.0"
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "windows"))'.dependencies.parking_lot]
version = "0.10"
version = "0.11"
[target.'cfg(target_arch = "wasm32")'.dependencies.web_sys]
package = "web-sys"