Bump nix from 0.19.1 to 0.20.0

Bumps [nix](https://github.com/nix-rust/nix) from 0.19.1 to 0.20.0.
- [Release notes](https://github.com/nix-rust/nix/releases)
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-03-01 03:50:56 +00:00 committed by David Peter
parent 5a806c2149
commit 3880888286
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -624,9 +624,9 @@ dependencies = [
[[package]]
name = "nix"
version = "0.19.1"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a"
dependencies = [
"bitflags",
"cc",

View File

@ -80,7 +80,7 @@ wait-timeout = "0.2.0"
tempfile = "3.2.0"
[target.'cfg(unix)'.dev-dependencies]
nix = "0.19.1"
nix = "0.20.0"
[build-dependencies]
clap = { version = "2.33", optional = true }