chore: bump nix from 0.17.0 to 0.19.0

Bumps [nix](https://github.com/nix-rust/nix) from 0.17.0 to 0.19.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/compare/v0.17.0...v0.19.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-11-18 09:02:36 +00:00
committed by Michael Vines
parent 8ea6dd7513
commit 892a2eacff
5 changed files with 23 additions and 11 deletions

View File

@ -13,7 +13,7 @@ bincode = "1.3.1"
bytes = "0.4"
clap = "2.33.1"
log = "0.4.8"
nix = "0.17.0"
nix = "0.19.0"
rand = "0.7.0"
serde = "1.0.112"
serde_derive = "1.0.103"