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,