From 9dd397f84e23f1eb87046ff394fdf3df824376ea Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 22 May 2025 15:39:36 +0200 Subject: [PATCH] rest-server: bump version to 1.0.0-2 Signed-off-by: Wolfgang Bumiller --- proxmox-rest-server/debian/changelog | 6 +++++ proxmox-rest-server/debian/control | 40 +++++++++++++++++++++++----- 2 files changed, 39 insertions(+), 7 deletions(-) diff --git a/proxmox-rest-server/debian/changelog b/proxmox-rest-server/debian/changelog index 3f73c751..daed9575 100644 --- a/proxmox-rest-server/debian/changelog +++ b/proxmox-rest-server/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-rest-server (1.0.0-2) trixie; urgency=medium + + * update to hyper/http 1.0 + + -- Proxmox Support Team Thu, 22 May 2025 15:39:28 +0200 + rust-proxmox-rest-server (1.0.0-1) trixie; urgency=medium * re-build for Debian Trixie based releases. diff --git a/proxmox-rest-server/debian/control b/proxmox-rest-server/debian/control index 46cb8836..1de43b9c 100644 --- a/proxmox-rest-server/debian/control +++ b/proxmox-rest-server/debian/control @@ -8,9 +8,19 @@ Build-Depends-Arch: cargo:native , libstd-rust-dev , librust-anyhow-1+default-dev , librust-futures-0.3+default-dev , - librust-http-0.2+default-dev , - librust-hyper-0.14+default-dev (>= 0.14.5-~~) , - librust-hyper-0.14+full-dev (>= 0.14.5-~~) , + librust-http-1+default-dev , + librust-http-body-util-0.1+default-dev , + librust-hyper-1+default-dev , + librust-hyper-1+full-dev , + librust-hyper-util-0.1+client-dev (>= 0.1.12-~~) , + librust-hyper-util-0.1+client-legacy-dev (>= 0.1.12-~~) , + librust-hyper-util-0.1+default-dev (>= 0.1.12-~~) , + librust-hyper-util-0.1+http1-dev (>= 0.1.12-~~) , + librust-hyper-util-0.1+server-auto-dev (>= 0.1.12-~~) , + librust-hyper-util-0.1+server-dev (>= 0.1.12-~~) , + librust-hyper-util-0.1+server-graceful-dev (>= 0.1.12-~~) , + librust-hyper-util-0.1+service-dev (>= 0.1.12-~~) , + librust-hyper-util-0.1+tokio-dev (>= 0.1.12-~~) , librust-libc-0.2+default-dev (>= 0.2.107-~~) , librust-log-0.4+default-dev (>= 0.4.17-~~) , librust-nix-0.29+default-dev , @@ -19,6 +29,8 @@ Build-Depends-Arch: cargo:native , librust-proxmox-async-0.5+default-dev , librust-proxmox-compression-1+default-dev , librust-proxmox-daemon-1+default-dev , + librust-proxmox-http-1+body-dev , + librust-proxmox-http-1+default-dev , librust-proxmox-lang-1+default-dev (>= 1.5-~~) , librust-proxmox-log-1+default-dev , librust-proxmox-router-3+default-dev (>= 3.2.0-~~) , @@ -35,6 +47,7 @@ Build-Depends-Arch: cargo:native , librust-serde-1+derive-dev , librust-serde-json-1+default-dev , librust-tokio-1+default-dev (>= 1.6-~~) , + librust-tokio-1+macros-dev (>= 1.6-~~) , librust-tokio-1+process-dev (>= 1.6-~~) , librust-tokio-1+signal-dev (>= 1.6-~~) , librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~) , @@ -57,9 +70,19 @@ Depends: ${misc:Depends}, librust-anyhow-1+default-dev, librust-futures-0.3+default-dev, - librust-http-0.2+default-dev, - librust-hyper-0.14+default-dev (>= 0.14.5-~~), - librust-hyper-0.14+full-dev (>= 0.14.5-~~), + librust-http-1+default-dev, + librust-http-body-util-0.1+default-dev, + librust-hyper-1+default-dev, + librust-hyper-1+full-dev, + librust-hyper-util-0.1+client-dev (>= 0.1.12-~~), + librust-hyper-util-0.1+client-legacy-dev (>= 0.1.12-~~), + librust-hyper-util-0.1+default-dev (>= 0.1.12-~~), + librust-hyper-util-0.1+http1-dev (>= 0.1.12-~~), + librust-hyper-util-0.1+server-auto-dev (>= 0.1.12-~~), + librust-hyper-util-0.1+server-dev (>= 0.1.12-~~), + librust-hyper-util-0.1+server-graceful-dev (>= 0.1.12-~~), + librust-hyper-util-0.1+service-dev (>= 0.1.12-~~), + librust-hyper-util-0.1+tokio-dev (>= 0.1.12-~~), librust-libc-0.2+default-dev (>= 0.2.107-~~), librust-log-0.4+default-dev (>= 0.4.17-~~), librust-nix-0.29+default-dev, @@ -68,6 +91,8 @@ Depends: librust-proxmox-async-0.5+default-dev, librust-proxmox-compression-1+default-dev, librust-proxmox-daemon-1+default-dev, + librust-proxmox-http-1+body-dev, + librust-proxmox-http-1+default-dev, librust-proxmox-lang-1+default-dev (>= 1.5-~~), librust-proxmox-log-1+default-dev, librust-proxmox-router-3+default-dev (>= 3.2.0-~~), @@ -84,6 +109,7 @@ Depends: librust-serde-1+derive-dev, librust-serde-json-1+default-dev, librust-tokio-1+default-dev (>= 1.6-~~), + librust-tokio-1+macros-dev (>= 1.6-~~), librust-tokio-1+process-dev (>= 1.6-~~), librust-tokio-1+signal-dev (>= 1.6-~~), librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~), @@ -111,7 +137,7 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-proxmox-rest-server-dev (= ${binary:Version}), - librust-proxmox-http-1+default-dev, + librust-proxmox-http-1+body-dev, librust-proxmox-http-1+rate-limited-stream-dev Provides: librust-proxmox-rest-server-1+rate-limited-stream-dev (= ${binary:Version}),