From 932c2a1874ea07392ac38b23319ff6dcbec309b0 Mon Sep 17 00:00:00 2001 From: gwenn Date: Tue, 16 Aug 2022 20:42:47 +0200 Subject: [PATCH] Upgrade nix dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 47b367984..4b6731235 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ radix_trie = { version = "0.2", optional = true } regex = { version = "1.5.5", optional = true } [target.'cfg(unix)'.dependencies] -nix = { version = "0.24", default-features = false, features = ["fs", "ioctl", "poll", "signal", "term"] } +nix = { version = "0.25", default-features = false, features = ["fs", "ioctl", "poll", "signal", "term"] } utf8parse = "0.2" skim = { version = "0.9", optional = true } signal-hook = { version = "0.3", optional = true, default-features = false }