From 0f94f62025ce74769d74901ff764f4849819eba6 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Mon, 25 Nov 2019 17:05:44 -0800 Subject: [PATCH] Bump parking_lot to 0.10 (#1287) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 53e56c83..99586de8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ x11-dl = "2.18.3" 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.9" +version = "0.10" [target.'cfg(target_arch = "wasm32")'.dependencies.web_sys] package = "web-sys"