update proxmox-openid to 0.9.5

to fix azure support that broke with the switch to ureq due to azure
not understanding chunked transfer encoding

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-04-19 10:56:43 +02:00
parent a9171f5d3e
commit ea43306c16

View File

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