From ea43306c16b558be65677be5c5fe43d7cf86a47f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 19 Apr 2022 10:56:43 +0200 Subject: [PATCH] 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 --- pve-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 1383710..768cf1f 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -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"