From cc5f712d08bf0fed4d84a567da8ec5e45c6bf915 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 5 Jul 2023 14:58:39 +0200 Subject: [PATCH] bump proxmox-tfa dep to 4.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 3662cf84..2ea3632d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ proxmox-shared-memory = "0.3.0" proxmox-sortable-macro = "0.1.2" proxmox-subscription = { version = "0.4", features = [ "api-types" ] } proxmox-sys = "0.5.0" -proxmox-tfa = { version = "4", features = [ "api", "api-types" ] } +proxmox-tfa = { version = "4.0.4", features = [ "api", "api-types" ] } proxmox-time = "1.1.2" proxmox-uuid = "1"