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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-04-26 17:55:28 +02:00
parent 3e69aba2d8
commit 09da69cc10
2 changed files with 2 additions and 2 deletions

View File

@ -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" ] }

2
debian/control vendored
View File

@ -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,