Merge pull request #33 from ilyazzz/dependabot/cargo/nix-0.21

Update nix requirement from 0.20 to 0.21
This commit is contained in:
ilyazzz 2021-06-04 11:22:23 +03:00 committed by GitHub
commit 9e758d12c1
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" signal-hook = "0.3"
pciid-parser = { git = "https://github.com/ilyazzz/pci-id-parser.git" } pciid-parser = { git = "https://github.com/ilyazzz/pci-id-parser.git" }
reqwest = { version = "0.11", features = ["blocking", "json"] } reqwest = { version = "0.11", features = ["blocking", "json"] }
nix = "0.20" nix = "0.21"