Skip to content

Commit 7fa8edc

Browse files
bors[bot]rtzoeller
andauthored
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>
2 parents 0eebf19 + aa395cd commit 7fa8edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ zerocopy = ["fs", "uio"]
8080
[dev-dependencies]
8181
assert-impl = "0.1"
8282
lazy_static = "1.4"
83-
parking_lot = "0.11.2"
83+
parking_lot = "0.12"
8484
rand = "0.8"
8585
tempfile = "3.3.0"
8686
semver = "1.0.7"

0 commit comments

Comments
 (0)