Merge pull request #1078 from sharkdp/dependabot/cargo/nix-0.24.2

Bump nix from 0.24.1 to 0.24.2
This commit is contained in:
Thayne McCombs 2022-08-01 18:57:57 -06:00 committed by GitHub
commit e8615b88f9
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

@ -145,7 +145,7 @@ version = "3.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b37feaa84e6861e00a1f5e5aa8da3ee56d605c9992d33e082786754828e20865"
dependencies = [
"nix 0.24.1",
"nix 0.24.2",
"winapi",
]
@ -197,7 +197,7 @@ dependencies = [
"jemallocator",
"libc",
"lscolors",
"nix 0.24.1",
"nix 0.24.2",
"normpath",
"num_cpus",
"once_cell",
@ -393,9 +393,9 @@ dependencies = [
[[package]]
name = "nix"
version = "0.24.1"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f17df307904acd05aa8e32e97bb20f2a0df1728bbc2d771ae8f9a90463441e9"
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
dependencies = [
"bitflags",
"cfg-if",

View File

@ -58,7 +58,7 @@ features = ["suggestions", "color", "wrap_help", "cargo", "unstable-grouped"]
[target.'cfg(unix)'.dependencies]
users = "0.11.0"
nix = { version = "0.24.1", default-features = false, features = ["signal"] }
nix = { version = "0.24.2", default-features = false, features = ["signal"] }
[target.'cfg(all(unix, not(target_os = "redox")))'.dependencies]
libc = "0.2"