From 332aa4de1edb340df143cb53578d91035c5c9692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 23 Jan 2023 11:15:26 +0100 Subject: [PATCH] build: update nix to 0.26 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Cargo.toml | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cce70f8..e3ca600 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ exclude = [ "debian" ] [dependencies] anyhow = "1.0" log = "0.4.17" -nix = "0.24" +nix = "0.26" serde = { version = "1.0", features = ["derive"] } #serde_json = "1.0" syslog = "4.0" diff --git a/debian/control b/debian/control index 0893993..9f8306d 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 12), libstd-rust-dev, librust-anyhow-1+default-dev, librust-log-0.4+default-dev (>= 0.4.17-~~), - librust-nix-0.24+default-dev, + librust-nix-0.26+default-dev, librust-proxmox-schema-1+default-dev (>= 1.3.4-~~), librust-proxmox-section-config-1+default-dev (>= 1.0.2-~~), librust-proxmox-sys-0.4+default-dev,