]> git.proxmox.com Git - proxmox-backup.git/commitdiff
update proxmox-metrics dependency to 0.3.1 master
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 26 Apr 2024 15:55:28 +0000 (17:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 26 Apr 2024 15:55:47 +0000 (17:55 +0200)
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>
Cargo.toml
debian/control

index 32830403ea65230e66d83f924dcde141cd3c0311..5758b37bc18b74658079a5f99cce3712f53f18e2 100644 (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" ] }
index c23602cd0e3964c047cff59b249921cdb25376c3..8ba6821624c4a10b765e80d566aecd67ac9b0b70 100644 (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,