diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml index 4d7a1c7c..31f380e7 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.1", features = ["api"] } +proxmox-tfa = { version = "4.0.2", features = ["api"] } proxmox-time = "1.1.3" diff --git a/pve-rs/debian/control b/pve-rs/debian/control index bcff9cfa..8b7d12fe 100644 --- a/pve-rs/debian/control +++ b/pve-rs/debian/control @@ -23,8 +23,8 @@ Build-Depends: cargo:native , librust-proxmox-resource-scheduling-0.3+default-dev, librust-proxmox-subscription-0.4+default-dev, librust-proxmox-sys-0.5+default-dev, - librust-proxmox-tfa-4+api-dev (>= 4.0.1-~~), - librust-proxmox-tfa-4+default-dev (>= 4.0.1-~~), + 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,