summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"