aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2026-06-04 20:55:34 +0200
committerReiner Herrmann <reiner@reiner-h.de>2026-06-04 20:55:34 +0200
commit4fa0f3e8235d9cfb802c8a2ab9cf627ebee8517a (patch)
tree4e61c91fdbdb005fbe1fca3d8a083e9155e87335 /Cargo.toml
parent8aa4e4dfec6ac455fd7f4f3402439648bd4200f1 (diff)
Update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3b7a709..128227f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ lto = true
panic = 'abort'
[dependencies]
-nix = { version = "0.25.0", default-features = false, features = ["fs", "user"] }
+nix = { version = "0.31.0", default-features = false, features = ["fs", "user"] }
getopts = "0.2"
threadpool = "1.0"
landlock = { git = "https://github.com/landlock-lsm/rust-landlock.git", optional = true }