From 902a3cb08a0b7a255ef5d3b569cc4be3e6c0bdb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 07:03:05 +0000 Subject: [PATCH] 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] --- daemon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index e879c80..4f26033 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -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"