From 06f325fd9d3bf106696575182edc533c55280208 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 5 Jul 2023 10:59:52 +0200 Subject: [PATCH] bump proxmox-tfa dependency to 4.0.4 This allows resetting the tfa failure counters on unlock. Signed-off-by: Wolfgang Bumiller --- pmg-rs/Cargo.toml | 2 +- pve-rs/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pmg-rs/Cargo.toml b/pmg-rs/Cargo.toml index 2e15e97..82eb538 100644 --- a/pmg-rs/Cargo.toml +++ b/pmg-rs/Cargo.toml @@ -37,5 +37,5 @@ proxmox-apt = "0.10" proxmox-http = { version = "0.9", features = ["client-sync", "client-trait"] } proxmox-subscription = "0.4" proxmox-sys = "0.5" -proxmox-tfa = { version = "4.0.2", features = ["api"] } +proxmox-tfa = { version = "4.0.4", features = ["api"] } proxmox-time = "1.1.3" diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 31f380e..929bad1 100644 --- a/pve-rs/Cargo.toml +++ b/pve-rs/Cargo.toml @@ -38,5 +38,5 @@ proxmox-openid = "0.10" proxmox-resource-scheduling = "0.3.0" proxmox-subscription = "0.4" proxmox-sys = "0.5" -proxmox-tfa = { version = "4.0.2", features = ["api"] } +proxmox-tfa = { version = "4.0.4", features = ["api"] } proxmox-time = "1.1.3"