From 39a7399c2c33f956eadce74c269906f35473b2a3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 27 Jun 2023 15:55:36 +0200 Subject: [PATCH] pmg: bump proxmox-tfa to 4.0.2 Signed-off-by: Wolfgang Bumiller --- pmg-rs/Cargo.toml | 2 +- pmg-rs/debian/control | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pmg-rs/Cargo.toml b/pmg-rs/Cargo.toml index ed668827..2c665262 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 bde32a9b..4a2a0da6 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,