Merge pull request #1221 from sharkdp/dependabot/cargo/nix-0.25.0

Bump nix from 0.24.2 to 0.25.0
This commit is contained in:
Thayne McCombs 2023-01-01 11:04:58 -07:00 committed by GitHub
commit 686318c005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -34,7 +34,7 @@ checksum = "5b7e3ef5e3a7f2c5e5a49d90ad087c03d38258e75155daac64deb62c50972c66"
dependencies = [
"lazy_static",
"libc",
"nix 0.24.2",
"nix 0.24.3",
]
[[package]]
@ -325,7 +325,7 @@ dependencies = [
"jemallocator",
"libc",
"lscolors",
"nix 0.24.2",
"nix 0.25.0",
"normpath",
"nu-ansi-term",
"num_cpus",
@ -556,9 +556,9 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "nix"
version = "0.24.2"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
dependencies = [
"bitflags",
"cfg-if",

View File

@ -67,7 +67,7 @@ features = ["nu-ansi-term"]
[target.'cfg(unix)'.dependencies]
users = "0.11.0"
nix = { version = "0.24.2", default-features = false, features = ["signal"] }
nix = { version = "0.25.0", default-features = false, features = ["signal"] }
[target.'cfg(all(unix, not(target_os = "redox")))'.dependencies]
libc = "0.2"