From a3815aff822b52ceb50efef7be6bc86ad3bf0596 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 5 Apr 2025 17:24:57 +0200 Subject: [PATCH] cargo: require newer pbs-api-types crate To ensure all the new fields for the datacenter tuning options and realms are available. Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6d9effa1..906c0bdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ proxmox-tfa = { version = "5", features = [ "api", "api-types" ] } proxmox-time = "2" proxmox-uuid = { version = "1", features = [ "serde" ] } proxmox-worker-task = "0.1" -pbs-api-types = "0.2.1" +pbs-api-types = "0.2.2" # other proxmox crates pathpatterns = "0.3" diff --git a/debian/control b/debian/control index 19352a93..a9b23da0 100644 --- a/debian/control +++ b/debian/control @@ -45,7 +45,7 @@ Build-Depends: bash-completion, librust-once-cell-1+default-dev (>= 1.3.1-~~), librust-openssl-0.10+default-dev (>= 0.10.40-~~), librust-pathpatterns-0.3+default-dev, - librust-pbs-api-types-0.2+default-dev (>= 0.2.1), + librust-pbs-api-types-0.2+default-dev (>= 0.2.2), librust-percent-encoding-2+default-dev (>= 2.1-~~), librust-pin-project-lite-0.2+default-dev, librust-proxmox-acme-0.5+default-dev (>= 0.5.3-~~),