Revert "Bump nix from 0.24.2 to 0.25.0"

This reverts commit 448ed6dfe5.
This commit is contained in:
David Peter 2022-09-02 10:56:48 +02:00 committed by David Peter
parent 19f5de51af
commit ff77a2e29e
2 changed files with 13 additions and 2 deletions

13
Cargo.lock generated
View File

@ -197,7 +197,7 @@ dependencies = [
"jemallocator",
"libc",
"lscolors",
"nix 0.25.0",
"nix 0.24.2",
"normpath",
"num_cpus",
"once_cell",
@ -391,6 +391,17 @@ dependencies = [
"memoffset",
]
[[package]]
name = "nix"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
dependencies = [
"bitflags",
"cfg-if",
"libc",
]
[[package]]
name = "nix"
version = "0.25.0"

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.25.0", 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"