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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-02-03 08:11:41 +01:00
parent 4e819e1dd0
commit 4122d1781c
2 changed files with 2 additions and 2 deletions

View File

@ -29,6 +29,6 @@ url = "2"
perlmod = { version = "0.11", features = [ "exporter" ] } perlmod = { version = "0.11", features = [ "exporter" ] }
proxmox-apt = "0.8" proxmox-apt = "0.8"
proxmox-openid = "0.9" proxmox-openid = "0.9.3"
proxmox-tfa = { version = "2", features = ["api"] } proxmox-tfa = { version = "2", features = ["api"] }
proxmox-time = "1.1.3" proxmox-time = "1.1.3"

View File

@ -16,7 +16,7 @@ Build-Depends:
librust-perlmod-0.11+default-dev, librust-perlmod-0.11+default-dev,
librust-perlmod-0.11+exporter-dev, librust-perlmod-0.11+exporter-dev,
librust-proxmox-apt-0.8+default-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+api-dev,
librust-proxmox-tfa-2+default-dev, librust-proxmox-tfa-2+default-dev,
librust-proxmox-time-1+default-dev (>= 1.1.3-~~), librust-proxmox-time-1+default-dev (>= 1.1.3-~~),