From 4122d1781c079c8c3ac7cabae0cc8ff8d68ca76f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 3 Feb 2022 08:11:41 +0100 Subject: [PATCH] pve-rs: d/control: update proxmox-openid build-dependency That version switched from curl to ureq so we'll loose quite a few transitive dependencies. Also, auth0 compat with their non-standard timestamp format should be fixed now too. Signed-off-by: Thomas Lamprecht --- pve-rs/Cargo.toml | 2 +- pve-rs/debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 01c1cbb..7c63dd0 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -29,6 +29,6 @@ url = "2" perlmod = { version = "0.11", features = [ "exporter" ] } proxmox-apt = "0.8" -proxmox-openid = "0.9" +proxmox-openid = "0.9.3" proxmox-tfa = { version = "2", features = ["api"] } proxmox-time = "1.1.3" diff --git a/pve-rs/debian/control b/pve-rs/debian/control index e20f908..6cf022c 100644 --- a/pve-rs/debian/control +++ b/pve-rs/debian/control @@ -16,7 +16,7 @@ Build-Depends: librust-perlmod-0.11+default-dev, librust-perlmod-0.11+exporter-dev, librust-proxmox-apt-0.8+default-dev, - librust-proxmox-openid-0.9+default-dev, + librust-proxmox-openid-0.9+default-dev (>= 0.9.3-~~), librust-proxmox-tfa-2+api-dev, librust-proxmox-tfa-2+default-dev, librust-proxmox-time-1+default-dev (>= 1.1.3-~~),