Merge pull request #1012 from sharkdp/dependabot/cargo/nix-0.24.1

Bump nix from 0.23.1 to 0.24.1
This commit is contained in:
Thayne McCombs 2022-05-02 09:57:52 -06:00 committed by GitHub
commit 306cd99273
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 16 deletions

18
Cargo.lock generated
View File

@ -134,7 +134,7 @@ version = "3.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b37feaa84e6861e00a1f5e5aa8da3ee56d605c9992d33e082786754828e20865"
dependencies = [
"nix 0.24.1",
"nix",
"winapi",
]
@ -185,7 +185,7 @@ dependencies = [
"jemallocator",
"libc",
"lscolors",
"nix 0.23.1",
"nix",
"normpath",
"num_cpus",
"once_cell",
@ -366,19 +366,6 @@ dependencies = [
"autocfg",
]
[[package]]
name = "nix"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
dependencies = [
"bitflags",
"cc",
"cfg-if",
"libc",
"memoffset",
]
[[package]]
name = "nix"
version = "0.24.1"
@ -388,6 +375,7 @@ dependencies = [
"bitflags",
"cfg-if",
"libc",
"memoffset",
]
[[package]]

View File

@ -57,7 +57,7 @@ features = ["suggestions", "color", "wrap_help", "cargo", "unstable-grouped"]
[target.'cfg(unix)'.dependencies]
users = "0.11.0"
nix = "0.23.1"
nix = "0.24.1"
[target.'cfg(all(unix, not(target_os = "redox")))'.dependencies]
libc = "0.2"