]> git.proxmox.com Git - proxmox-perl-rs.git/commitdiff
bump proxmox-tfa dependency to 4.0.4
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 5 Jul 2023 08:59:52 +0000 (10:59 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 5 Jul 2023 08:59:52 +0000 (10:59 +0200)
This allows resetting the tfa failure counters on unlock.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
pmg-rs/Cargo.toml
pve-rs/Cargo.toml

index 2e15e97d487e49a3f3cf5fdd776072503f8a31ad..82eb53814a049986497f275aeea6f068794dcc70 100644 (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"
index 31f380e7579fbd552a7c620dd8a5dd8b54ad911d..929bad1f63b5a1471ed51e5c2bc615a273ed9c64 100644 (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"