pmg: bump proxmox-tfa to 4.0.2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2023-06-27 15:55:36 +02:00
parent 7bd8036ff0
commit 39a7399c2c
2 changed files with 3 additions and 3 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", features = ["api"] }
proxmox-tfa = { version = "4.0.2", features = ["api"] }
proxmox-time = "1.1.3"

View File

@ -21,8 +21,8 @@ Build-Depends: cargo:native <!nocheck>,
librust-proxmox-http-0.9+default-dev,
librust-proxmox-subscription-0.4+default-dev,
librust-proxmox-sys-0.5+default-dev,
librust-proxmox-tfa-4+api-dev,
librust-proxmox-tfa-4+default-dev,
librust-proxmox-tfa-4+api-dev (>= 4.0.2-~~),
librust-proxmox-tfa-4+default-dev (>= 4.0.2-~~),
librust-proxmox-time-1+default-dev (>= 1.1.3-~~),
librust-serde-1+default-dev,
librust-serde-bytes-0.11+default-dev,