aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2022-10-22 22:34:01 +0200
committerReiner Herrmann <reiner@reiner-h.de>2022-10-22 22:34:01 +0200
commit541e91f36139bbcac284b5c2a1097a0a843f31db (patch)
tree7d80cb571369902a3a0d087e04cb23385fb332fd /Cargo.toml
parent8d56114ad22fedb6c32e86016b9865eb4c1a67ef (diff)
Update nix dependency and reduce used features
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 0adb553..9fcd1b9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ lto = true
panic = 'abort'
[dependencies]
-nix = "0.22.0"
+nix = { version = "0.25.0", default-features = false, features = ["fs", "user"] }
getopts = "0.2"
threadpool = "1.0"