From ae6bf664dd57e053df76a1d258786736e2b1bcc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 5 Jan 2023 12:24:51 +0100 Subject: [PATCH] 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e42f4953..6253bb7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ path = "src/lib.rs" [dependencies] anyhow = "1.0" http = "0.2" -nix = "0.24" +nix = "0.26" openidconnect = { version = "2.2", default-features = false, features = ["accept-rfc3339-timestamps"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/debian/control b/debian/control index 55fc0a54..e7fa1e2a 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 12), librust-anyhow-1+default-dev , librust-http-0.2+default-dev , librust-native-tls-0.2+default-dev , - librust-nix-0.24+default-dev , + librust-nix-0.26+default-dev , librust-openidconnect-2+accept-rfc3339-timestamps-dev (>= 2.2-~~) , librust-proxmox-sys-0.4+default-dev , librust-proxmox-sys-0.4+timer-dev , @@ -36,7 +36,7 @@ Depends: librust-anyhow-1+default-dev, librust-http-0.2+default-dev, librust-native-tls-0.2+default-dev, - librust-nix-0.24+default-dev, + librust-nix-0.26+default-dev, librust-openidconnect-2+accept-rfc3339-timestamps-dev (>= 2.2-~~), librust-proxmox-sys-0.4+default-dev, librust-proxmox-sys-0.4+timer-dev,