diff --git a/pmg-rs/Cargo.toml b/pmg-rs/Cargo.toml index ed66882..2c66526 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", features = ["api"] } +proxmox-tfa = { version = "4.0.2", features = ["api"] } proxmox-time = "1.1.3" diff --git a/pmg-rs/debian/control b/pmg-rs/debian/control index bde32a9..4a2a0da 100644 --- a/pmg-rs/debian/control +++ b/pmg-rs/debian/control @@ -21,8 +21,8 @@ Build-Depends: cargo:native , 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,