From d7bfc49bcef28f1f584bdc13a23b13d1aa9c2227 Mon Sep 17 00:00:00 2001 From: Dirreck Date: Tue, 29 Aug 2023 11:32:50 +0800 Subject: [PATCH] Bump nix from 0.26 to 0.27 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2336868e..e8dbd033 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ categories = ["hardware-support"] [target."cfg(unix)".dependencies] bitflags = ">=1.3.1, <2.1.0" cfg-if = "1.0.0" -nix = { version = "0.26", default-features = false, features = ["fs", "ioctl", "poll", "signal", "term"] } +nix = { version = "0.27", default-features = false, features = ["fs", "ioctl", "poll", "signal", "term"] } [target.'cfg(all(target_os = "linux", not(target_env = "musl")))'.dependencies] libudev = { version = "0.3.0", optional = true }