summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Zoeller <rtzoeller@rtzoeller.com>2022-10-08 21:13:40 -0500
committerRyan Zoeller <rtzoeller@rtzoeller.com>2022-10-08 21:13:40 -0500
commitaa395cde3a7a72c02acb7f9034ba6a55bcb3bb9b (patch)
tree17f0d1230f331bf5e39bf6500b3204da1bef1bab
parent0eebf193fb7dbd1bb894bf5e607aa5c1454ebc0a (diff)
downloadnix-aa395cde3a7a72c02acb7f9034ba6a55bcb3bb9b.zip
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.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"