From b3675d867f98de58292fdedded4e866dfcb8dd33 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 14 Nov 2024 15:15:35 +0100 Subject: [PATCH] fix #5868: workspace: require rest-server >= 0.8.2 To ensure the recent fixes for the "infinite loop on early connection abort when trying to detect the TLS handshake" problem is included. 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 94d066da..fd7ab935 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.1", features = [ "templates" ] } +proxmox-rest-server = { version = "0.8.2", 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 b46c4794..70dbdec1 100644 --- a/debian/control +++ b/debian/control @@ -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.1-~~), - librust-proxmox-rest-server-0.8+rate-limited-stream-dev (>= 0.8.1-~~), - librust-proxmox-rest-server-0.8+templates-dev (>= 0.8.1-~~), + 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-router-3+cli-dev, librust-proxmox-router-3+server-dev, librust-proxmox-rrd-0.4+default-dev,