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

Bump nix from 0.24.2 to 0.25.0
This commit is contained in:
David Peter 2022-11-02 20:57:38 +01:00 committed by GitHub
commit b6a5004a9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -691,10 +691,11 @@ dependencies = [
[[package]]
name = "nix"
version = "0.24.2"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
checksum = "e322c04a9e3440c327fca7b6c8a63e6890a32fa2ad689db972425f07e0d22abb"
dependencies = [
"autocfg",
"bitflags",
"cfg-if",
"libc",

View File

@ -89,7 +89,7 @@ wait-timeout = "0.2.0"
tempfile = "3.3.0"
[target.'cfg(unix)'.dev-dependencies]
nix = { version = "0.24.2", default-features = false, features = ["term"] }
nix = { version = "0.25.0", default-features = false, features = ["term"] }
[build-dependencies.clap]
version = "4.0.2"