diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
