bump proxmox-tfa dependency to 4.0.4

This allows resetting the tfa failure counters on unlock.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-07-05 10:59:52 +02:00
parent 3df4aecac0
commit 06f325fd9d
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"