Merge pull request #1417 from sharkdp/dependabot/cargo/nix-0.27.1

build(deps): bump nix from 0.26.4 to 0.27.1
This commit is contained in:
Tavian Barnes 2023-11-01 13:40:57 -04:00 committed by GitHub
commit 51002c842d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 13 deletions

13
Cargo.lock generated
View File

@ -309,7 +309,7 @@ dependencies = [
"jemallocator",
"libc",
"lscolors",
"nix 0.26.4",
"nix 0.27.1",
"normpath",
"nu-ansi-term",
"regex",
@ -490,17 +490,6 @@ dependencies = [
"libc",
]
[[package]]
name = "nix"
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
dependencies = [
"bitflags 1.3.2",
"cfg-if",
"libc",
]
[[package]]
name = "nix"
version = "0.27.1"

View File

@ -65,7 +65,7 @@ default-features = false
features = ["nu-ansi-term"]
[target.'cfg(unix)'.dependencies]
nix = { version = "0.26.2", default-features = false, features = ["signal", "user"] }
nix = { version = "0.27.1", default-features = false, features = ["signal", "user"] }
[target.'cfg(all(unix, not(target_os = "redox")))'.dependencies]
libc = "0.2"