Update nix requirement from 0.22 to 0.23

Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version.
- [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.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-09-29 16:09:57 +00:00 committed by GitHub
parent e9fd31fb6a
commit f5c98efac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,4 +17,4 @@ rand = "0.8"
signal-hook = "0.3"
pciid-parser = { git = "https://github.com/ilyazzz/pci-id-parser.git" }
reqwest = { version = "0.11", features = ["blocking", "json"] }
nix = "0.22"
nix = "0.23"