From 254169f622d891d67de38e8c8c6b9fa8f4af5dc9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 7 Apr 2025 21:19:11 +0200 Subject: [PATCH] cargo: update proxmox-sys to 0.6.7 To ensure the updated memory usage calculation [0] gets used. [0]: https://git.proxmox.com/?p=proxmox.git;a=commit;h=58d6e8d4925b342a0ab4cfa4bfde76f092e2465a 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 aaa26748..2b9fef9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ proxmox-shared-cache = "0.1" proxmox-shared-memory = "0.3.0" proxmox-sortable-macro = "0.1.2" proxmox-subscription = { version = "0.5.0", features = [ "api-types" ] } -proxmox-sys = "0.6.5" +proxmox-sys = "0.6.7" proxmox-systemd = "0.1" proxmox-tfa = { version = "5", features = [ "api", "api-types" ] } proxmox-time = "2" diff --git a/debian/control b/debian/control index a9b23da0..1a266185 100644 --- a/debian/control +++ b/debian/control @@ -98,7 +98,7 @@ Build-Depends: bash-completion, librust-proxmox-subscription-0.5+default-dev, librust-proxmox-sys-0.6+acl-dev (>= 0.6.5-~~), librust-proxmox-sys-0.6+crypt-dev (>= 0.6.5-~~), - librust-proxmox-sys-0.6+default-dev (>= 0.6.5-~~), + librust-proxmox-sys-0.6+default-dev (>= 0.6.7-~~), librust-proxmox-sys-0.6+logrotate-dev (>= 0.6.5-~~), librust-proxmox-sys-0.6+timer-dev (>= 0.6.5-~~), librust-proxmox-systemd-0.1+default-dev,