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 }