From f7f61002ee52fc7134392539c6d3038b06bc2e9d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 8 Apr 2025 17:06:04 +0200 Subject: [PATCH] cargo: require proxmox-rest-server 0.8.9 To ensure the accepted HTTP request body size is 512 kIB for the consent banner stuff. Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/control | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2b9fef9e..fb925bde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ proxmox-ldap = "0.2.1" proxmox-metrics = "0.3.1" proxmox-notify = "0.5.1" proxmox-openid = "0.10.0" -proxmox-rest-server = { version = "0.8.5", features = [ "templates" ] } +proxmox-rest-server = { version = "0.8.9", 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" diff --git a/debian/control b/debian/control index 1a266185..9687ebff 100644 --- a/debian/control +++ b/debian/control @@ -79,9 +79,9 @@ Build-Depends: bash-completion, librust-proxmox-notify-0.5+default-dev (>= 0.5.1-~~), librust-proxmox-notify-0.5+pbs-context-dev (>= 0.5.1-~~), librust-proxmox-openid-0.10+default-dev, - librust-proxmox-rest-server-0.8+default-dev (>= 0.8.5-~~), - librust-proxmox-rest-server-0.8+rate-limited-stream-dev (>= 0.8.5-~~), - librust-proxmox-rest-server-0.8+templates-dev (>= 0.8.5-~~), + librust-proxmox-rest-server-0.8+default-dev (>= 0.8.9-~~), + librust-proxmox-rest-server-0.8+rate-limited-stream-dev (>= 0.8.9-~~), + librust-proxmox-rest-server-0.8+templates-dev (>= 0.8.9-~~), librust-proxmox-router-3+cli-dev, librust-proxmox-router-3+server-dev, librust-proxmox-rrd-0.4+default-dev,