From 541e91f36139bbcac284b5c2a1097a0a843f31db Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 22 Oct 2022 22:34:01 +0200 Subject: Update nix dependency and reduce used features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3