From 4fa0f3e8235d9cfb802c8a2ab9cf627ebee8517a Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Thu, 4 Jun 2026 20:55:34 +0200 Subject: Update dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 } -- cgit v1.2.3