summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-10-09 15:02:42 +0000
committerGitHub <noreply@github.com>2022-10-09 15:02:42 +0000
commit7fa8edc6a767e49fb48143aae2b9a271bc16489b (patch)
tree17f0d1230f331bf5e39bf6500b3204da1bef1bab
parent0eebf193fb7dbd1bb894bf5e607aa5c1454ebc0a (diff)
parentaa395cde3a7a72c02acb7f9034ba6a55bcb3bb9b (diff)
downloadnix-7fa8edc6a767e49fb48143aae2b9a271bc16489b.zip
Merge #1840
1840: Upgrade parking_lot dev-dependency to 0.12 r=asomers a=rtzoeller 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. Co-authored-by: Ryan Zoeller <rtzoeller@rtzoeller.com>
-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"