mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
Update nix requirement from 0.20 to 0.21
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.20.0...v0.21.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -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.20"
|
||||
nix = "0.21"
|
||||
|
||||
Reference in New Issue
Block a user