summaryrefslogtreecommitdiffstats
path: root/crates/common/flockfile/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/common/flockfile/Cargo.toml')
-rw-r--r--crates/common/flockfile/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/common/flockfile/Cargo.toml b/crates/common/flockfile/Cargo.toml
index 90b000fe..e57dad24 100644
--- a/crates/common/flockfile/Cargo.toml
+++ b/crates/common/flockfile/Cargo.toml
@@ -9,7 +9,7 @@ rust-version = "1.58.1"
thiserror = "1.0"
[target.'cfg(unix)'.dependencies]
-nix = "0.23"
+nix = "0.24"
tracing = { version = "0.1", features = ["log"] }
[dev-dependencies]