rest-server: bump version to 1.0.0-2

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2025-05-22 15:39:36 +02:00
parent c54d689db2
commit 9dd397f84e
2 changed files with 39 additions and 7 deletions

View File

@ -1,3 +1,9 @@
rust-proxmox-rest-server (1.0.0-2) trixie; urgency=medium
* update to hyper/http 1.0
-- Proxmox Support Team <support@proxmox.com> 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.

View File

@ -8,9 +8,19 @@ Build-Depends-Arch: cargo:native <!nocheck>,
libstd-rust-dev <!nocheck>,
librust-anyhow-1+default-dev <!nocheck>,
librust-futures-0.3+default-dev <!nocheck>,
librust-http-0.2+default-dev <!nocheck>,
librust-hyper-0.14+default-dev (>= 0.14.5-~~) <!nocheck>,
librust-hyper-0.14+full-dev (>= 0.14.5-~~) <!nocheck>,
librust-http-1+default-dev <!nocheck>,
librust-http-body-util-0.1+default-dev <!nocheck>,
librust-hyper-1+default-dev <!nocheck>,
librust-hyper-1+full-dev <!nocheck>,
librust-hyper-util-0.1+client-dev (>= 0.1.12-~~) <!nocheck>,
librust-hyper-util-0.1+client-legacy-dev (>= 0.1.12-~~) <!nocheck>,
librust-hyper-util-0.1+default-dev (>= 0.1.12-~~) <!nocheck>,
librust-hyper-util-0.1+http1-dev (>= 0.1.12-~~) <!nocheck>,
librust-hyper-util-0.1+server-auto-dev (>= 0.1.12-~~) <!nocheck>,
librust-hyper-util-0.1+server-dev (>= 0.1.12-~~) <!nocheck>,
librust-hyper-util-0.1+server-graceful-dev (>= 0.1.12-~~) <!nocheck>,
librust-hyper-util-0.1+service-dev (>= 0.1.12-~~) <!nocheck>,
librust-hyper-util-0.1+tokio-dev (>= 0.1.12-~~) <!nocheck>,
librust-libc-0.2+default-dev (>= 0.2.107-~~) <!nocheck>,
librust-log-0.4+default-dev (>= 0.4.17-~~) <!nocheck>,
librust-nix-0.29+default-dev <!nocheck>,
@ -19,6 +29,8 @@ Build-Depends-Arch: cargo:native <!nocheck>,
librust-proxmox-async-0.5+default-dev <!nocheck>,
librust-proxmox-compression-1+default-dev <!nocheck>,
librust-proxmox-daemon-1+default-dev <!nocheck>,
librust-proxmox-http-1+body-dev <!nocheck>,
librust-proxmox-http-1+default-dev <!nocheck>,
librust-proxmox-lang-1+default-dev (>= 1.5-~~) <!nocheck>,
librust-proxmox-log-1+default-dev <!nocheck>,
librust-proxmox-router-3+default-dev (>= 3.2.0-~~) <!nocheck>,
@ -35,6 +47,7 @@ Build-Depends-Arch: cargo:native <!nocheck>,
librust-serde-1+derive-dev <!nocheck>,
librust-serde-json-1+default-dev <!nocheck>,
librust-tokio-1+default-dev (>= 1.6-~~) <!nocheck>,
librust-tokio-1+macros-dev (>= 1.6-~~) <!nocheck>,
librust-tokio-1+process-dev (>= 1.6-~~) <!nocheck>,
librust-tokio-1+signal-dev (>= 1.6-~~) <!nocheck>,
librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~) <!nocheck>,
@ -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}),