From 09da69cc106b656be613458cb42d14fa3f1aeb0b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 26 Apr 2024 17:55:28 +0200 Subject: [PATCH] update proxmox-metrics dependency to 0.3.1 to ensure that it can handle the recently lifted restrictions on the organization and bucket parameters correctly by URL encoding them. 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 32830403..5758b37b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ proxmox-human-byte = "0.1" proxmox-io = "1.0.1" # tools and client use "tokio" feature proxmox-lang = "1.1" proxmox-ldap = "0.2.1" -proxmox-metrics = "0.3" +proxmox-metrics = "0.3.1" proxmox-notify = "0.4" proxmox-openid = "0.10.0" proxmox-rest-server = { version = "0.5.1", features = [ "templates" ] } diff --git a/debian/control b/debian/control index c23602cd..8ba68216 100644 --- a/debian/control +++ b/debian/control @@ -71,7 +71,7 @@ Build-Depends: bash-completion, librust-proxmox-io-1+tokio-dev (>= 1.0.1-~~), librust-proxmox-lang-1+default-dev (>= 1.1-~~), librust-proxmox-ldap-0.2+default-dev (>= 0.2.1-~~), - librust-proxmox-metrics-0.3+default-dev, + librust-proxmox-metrics-0.3+default-dev (>= 0.3.1~), librust-proxmox-notify+default-dev (>= 0.4), librust-proxmox-notify+pbs-context-dev (>= 0.4), librust-proxmox-openid-0.10+default-dev, -- 2.39.2