From 5b5d6fd6c4e20f076cf766902ece3ab3f686f4d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 10:18:48 +0000 Subject: [PATCH] Update nix requirement from 0.22 to 0.26 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.26.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... 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 7e1dfde..fd3f035 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -33,7 +33,7 @@ libc = "0.2.94" serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.8" toml = "0.5.7" -nix = "0.22" +nix = "0.26" uuid = { version = "0.8", features = ["v4"] } ip_network_table-deps-treebitmap = "0.5.0"