diff --git a/Cargo.lock b/Cargo.lock index 9ac5eba..1369108 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -327,7 +327,7 @@ dependencies = [ "jemallocator", "libc", "lscolors", - "nix 0.27.1", + "nix 0.28.0", "normpath", "nu-ansi-term", "regex", @@ -501,17 +501,6 @@ dependencies = [ "libc", ] -[[package]] -name = "nix" -version = "0.27.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" -dependencies = [ - "bitflags 2.5.0", - "cfg-if", - "libc", -] - [[package]] name = "nix" version = "0.28.0" diff --git a/Cargo.toml b/Cargo.toml index 19e9e69..827657a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ default-features = false features = ["nu-ansi-term"] [target.'cfg(unix)'.dependencies] -nix = { version = "0.27.1", default-features = false, features = ["signal", "user"] } +nix = { version = "0.28.0", default-features = false, features = ["signal", "user"] } [target.'cfg(all(unix, not(target_os = "redox")))'.dependencies] libc = "0.2"