Skip to content

Commit aa395cd

Browse files
committed
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.
1 parent 0eebf19 commit aa395cd

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)