From aa395cde3a7a72c02acb7f9034ba6a55bcb3bb9b Mon Sep 17 00:00:00 2001 From: Ryan Zoeller Date: Sat, 8 Oct 2022 21:13:40 -0500 Subject: Upgrade parking_lot dev-dependency to 0.12 We were previously stuck on 0.11 for MSRV reasons, but since bumping nix's MSRV to Rust 1.56 this is no longer the case. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 290ba8e3..855478e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ zerocopy = ["fs", "uio"] [dev-dependencies] assert-impl = "0.1" lazy_static = "1.4" -parking_lot = "0.11.2" +parking_lot = "0.12" rand = "0.8" tempfile = "3.3.0" semver = "1.0.7" -- cgit v1.2.3