mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-23 08:08:52 +00:00
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:
parent
4e819e1dd0
commit
4122d1781c
@ -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"
|
||||
|
@ -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-~~),
|
||||
|
Loading…
Reference in New Issue
Block a user