From 61f55ceee1ec66e7c0f64b6784be690e9e3de01c Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 22 May 2024 16:05:49 +0200 Subject: [PATCH] bump proxmox-auth-api to 0.4 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5758b37b..98cbf4eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ path = "src/lib.rs" # proxmox workspace proxmox-apt = "0.10.5" proxmox-async = "0.4" -proxmox-auth-api = "0.3" +proxmox-auth-api = "0.4" proxmox-borrow = "1" proxmox-compression = "0.2" proxmox-fuse = "0.1.3"