From fea9358b72a71bdc73b15016ad2c0d348e6cf282 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 26 Apr 2024 17:54:06 +0200 Subject: [PATCH] update proxmox-sys dependency to 0.5.4 to ensure the next build contains the 78bf05a4 ("fix: use fragmented block size for space calculation") improvement. Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/control | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 837e4363..32830403 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ proxmox-serde = "0.1.1" 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.3" +proxmox-sys = "0.5.4" proxmox-tfa = { version = "4.0.4", features = [ "api", "api-types" ] } proxmox-time = "1.1.6" proxmox-uuid = "1" diff --git a/debian/control b/debian/control index 3e37e2f6..c23602cd 100644 --- a/debian/control +++ b/debian/control @@ -91,11 +91,11 @@ Build-Depends: bash-completion, librust-proxmox-sortable-macro-0.1+default-dev (>= 0.1.2-~~), librust-proxmox-subscription-0.4+api-types-dev (>= 0.4.2-~~), librust-proxmox-subscription-0.4+default-dev (>= 0.4.2-~~), - librust-proxmox-sys-0.5+acl-dev (>= 0.5.3-~~), - librust-proxmox-sys-0.5+crypt-dev (>= 0.5.3-~~), - librust-proxmox-sys-0.5+default-dev (>= 0.5.3-~~), - librust-proxmox-sys-0.5+logrotate-dev (>= 0.5.3-~~), - librust-proxmox-sys-0.5+timer-dev (>= 0.5.3-~~), + librust-proxmox-sys-0.5+acl-dev (>= 0.5.4-~~), + librust-proxmox-sys-0.5+crypt-dev (>= 0.5.4-~~), + librust-proxmox-sys-0.5+default-dev (>= 0.5.4-~~), + librust-proxmox-sys-0.5+logrotate-dev (>= 0.5.4-~~), + librust-proxmox-sys-0.5+timer-dev (>= 0.5.4-~~), 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-~~),