5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-05 09:17:59 +03:00

update proxmox-rest-server dependency to 0.8.4

To ensure the adapted handlebars escaper that keeps '=' as is gets
used, required for the consent banner.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-11-25 18:50:27 +01:00
parent ccf08921ee
commit d399fe50da
2 changed files with 4 additions and 4 deletions

View File

@ -72,7 +72,7 @@ proxmox-ldap = "0.2.1"
proxmox-metrics = "0.3.1"
proxmox-notify = "0.5"
proxmox-openid = "0.10.0"
proxmox-rest-server = { version = "0.8.2", features = [ "templates" ] }
proxmox-rest-server = { version = "0.8.4", features = [ "templates" ] }
# some use "cli", some use "cli" and "server", pbs-config uses nothing
proxmox-router = { version = "3.0.0", default-features = false }
proxmox-rrd = "0.4"

6
debian/control vendored
View File

@ -77,9 +77,9 @@ Build-Depends: bash-completion,
librust-proxmox-notify-0.5+default-dev,
librust-proxmox-notify-0.5+pbs-context-dev,
librust-proxmox-openid-0.10+default-dev,
librust-proxmox-rest-server-0.8+default-dev (>= 0.8.2-~~),
librust-proxmox-rest-server-0.8+rate-limited-stream-dev (>= 0.8.2-~~),
librust-proxmox-rest-server-0.8+templates-dev (>= 0.8.2-~~),
librust-proxmox-rest-server-0.8+default-dev (>= 0.8.4-~~),
librust-proxmox-rest-server-0.8+rate-limited-stream-dev (>= 0.8.4-~~),
librust-proxmox-rest-server-0.8+templates-dev (>= 0.8.4-~~),
librust-proxmox-router-3+cli-dev,
librust-proxmox-router-3+server-dev,
librust-proxmox-rrd-0.4+default-dev,