diff --git a/Cargo.toml b/Cargo.toml index 7013a468..17aeeb21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ proxmox-shared-memory = "0.3.0" proxmox-sortable-macro = "0.1.2" proxmox-subscription = { version = "0.4.2", features = [ "api-types" ] } proxmox-sys = "0.5.7" -proxmox-tfa = { version = "4.0.4", features = [ "api", "api-types" ] } +proxmox-tfa = { version = "5", features = [ "api", "api-types" ] } proxmox-time = "2" proxmox-uuid = "1" diff --git a/debian/control b/debian/control index 230a3ab4..e7bb58c4 100644 --- a/debian/control +++ b/debian/control @@ -96,9 +96,9 @@ Build-Depends: bash-completion, librust-proxmox-sys-0.5+default-dev (>= 0.5.7-~~), librust-proxmox-sys-0.5+logrotate-dev (>= 0.5.7-~~), librust-proxmox-sys-0.5+timer-dev (>= 0.5.7-~~), - librust-proxmox-tfa-4+api-dev (>= 4.0.4-~~), - librust-proxmox-tfa-4+api-types-dev (>= 4.0.4-~~), - librust-proxmox-tfa-4+default-dev (>= 4.0.4-~~), + librust-proxmox-tfa-5+api-dev, + librust-proxmox-tfa-5+api-types-dev, + librust-proxmox-tfa-5+default-dev, librust-proxmox-time-2+default-dev, librust-proxmox-uuid-1+default-dev, librust-proxmox-uuid-1+serde-dev,