bump proxmox-http to 0.9.1-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-03-28 13:17:56 +01:00
parent 9be9d4b6ab
commit 6858672642
3 changed files with 21 additions and 16 deletions

View File

@ -1,7 +1,7 @@
[package] [package]
name = "proxmox-http" name = "proxmox-http"
edition.workspace = true edition.workspace = true
version = "0.9.0" version = "0.9.1"
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true

View File

@ -1,3 +1,9 @@
rust-proxmox-http (0.9.1-1) bookworm; urgency=medium
* tell hyper if http2 was negotiated via alpn
-- Proxmox Support Team <support@proxmox.com> Thu, 28 Mar 2024 13:17:48 +0100
rust-proxmox-http (0.9.0-1) bookworm; urgency=medium rust-proxmox-http (0.9.0-1) bookworm; urgency=medium
* update proxmox-sys dependency to 0.5.0 * update proxmox-sys dependency to 0.5.0

View File

@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 12),
libstd-rust-dev <!nocheck>, libstd-rust-dev <!nocheck>,
librust-anyhow-1+default-dev <!nocheck> librust-anyhow-1+default-dev <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com> Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.6.1 Standards-Version: 4.6.2
Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Git: git://git.proxmox.com/git/proxmox.git
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
X-Cargo-Crate: proxmox-http X-Cargo-Crate: proxmox-http
@ -35,11 +35,10 @@ Provides:
librust-proxmox-http-0+default-dev (= ${binary:Version}), librust-proxmox-http-0+default-dev (= ${binary:Version}),
librust-proxmox-http-0.9-dev (= ${binary:Version}), librust-proxmox-http-0.9-dev (= ${binary:Version}),
librust-proxmox-http-0.9+default-dev (= ${binary:Version}), librust-proxmox-http-0.9+default-dev (= ${binary:Version}),
librust-proxmox-http-0.9.0-dev (= ${binary:Version}), librust-proxmox-http-0.9.1-dev (= ${binary:Version}),
librust-proxmox-http-0.9.0+default-dev (= ${binary:Version}) librust-proxmox-http-0.9.1+default-dev (= ${binary:Version})
Description: Proxmox HTTP library - Rust source code Description: Proxmox HTTP library - Rust source code
This package contains the source for the Rust proxmox-http crate, packaged by Source code for Debianized Rust crate "proxmox-http"
debcargo for use with cargo and dh-cargo.
Package: librust-proxmox-http+client-dev Package: librust-proxmox-http+client-dev
Architecture: any Architecture: any
@ -62,7 +61,7 @@ Depends:
Provides: Provides:
librust-proxmox-http-0+client-dev (= ${binary:Version}), librust-proxmox-http-0+client-dev (= ${binary:Version}),
librust-proxmox-http-0.9+client-dev (= ${binary:Version}), librust-proxmox-http-0.9+client-dev (= ${binary:Version}),
librust-proxmox-http-0.9.0+client-dev (= ${binary:Version}) librust-proxmox-http-0.9.1+client-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "client" Description: Proxmox HTTP library - feature "client"
This metapackage enables feature "client" for the Rust proxmox-http crate, by This metapackage enables feature "client" for the Rust proxmox-http crate, by
pulling in any additional dependencies needed by that feature. pulling in any additional dependencies needed by that feature.
@ -80,7 +79,7 @@ Depends:
Provides: Provides:
librust-proxmox-http-0+client-sync-dev (= ${binary:Version}), librust-proxmox-http-0+client-sync-dev (= ${binary:Version}),
librust-proxmox-http-0.9+client-sync-dev (= ${binary:Version}), librust-proxmox-http-0.9+client-sync-dev (= ${binary:Version}),
librust-proxmox-http-0.9.0+client-sync-dev (= ${binary:Version}) librust-proxmox-http-0.9.1+client-sync-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "client-sync" Description: Proxmox HTTP library - feature "client-sync"
This metapackage enables feature "client-sync" for the Rust proxmox-http crate, This metapackage enables feature "client-sync" for the Rust proxmox-http crate,
by pulling in any additional dependencies needed by that feature. by pulling in any additional dependencies needed by that feature.
@ -95,7 +94,7 @@ Depends:
Provides: Provides:
librust-proxmox-http-0+client-trait-dev (= ${binary:Version}), librust-proxmox-http-0+client-trait-dev (= ${binary:Version}),
librust-proxmox-http-0.9+client-trait-dev (= ${binary:Version}), librust-proxmox-http-0.9+client-trait-dev (= ${binary:Version}),
librust-proxmox-http-0.9.0+client-trait-dev (= ${binary:Version}) librust-proxmox-http-0.9.1+client-trait-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "client-trait" Description: Proxmox HTTP library - feature "client-trait"
This metapackage enables feature "client-trait" for the Rust proxmox-http This metapackage enables feature "client-trait" for the Rust proxmox-http
crate, by pulling in any additional dependencies needed by that feature. crate, by pulling in any additional dependencies needed by that feature.
@ -108,13 +107,13 @@ Depends:
librust-proxmox-http-dev (= ${binary:Version}), librust-proxmox-http-dev (= ${binary:Version}),
librust-base64-0.13+default-dev, librust-base64-0.13+default-dev,
librust-http-0.2+default-dev, librust-http-0.2+default-dev,
librust-proxmox-sys-0.5+default-dev, librust-proxmox-sys-0.5+default-dev (>= 0.5.1-~~),
librust-serde-json-1+default-dev, librust-serde-json-1+default-dev,
librust-url-2+default-dev (>= 2.2-~~) librust-url-2+default-dev (>= 2.2-~~)
Provides: Provides:
librust-proxmox-http-0+http-helpers-dev (= ${binary:Version}), librust-proxmox-http-0+http-helpers-dev (= ${binary:Version}),
librust-proxmox-http-0.9+http-helpers-dev (= ${binary:Version}), librust-proxmox-http-0.9+http-helpers-dev (= ${binary:Version}),
librust-proxmox-http-0.9.0+http-helpers-dev (= ${binary:Version}) librust-proxmox-http-0.9.1+http-helpers-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "http-helpers" Description: Proxmox HTTP library - feature "http-helpers"
This metapackage enables feature "http-helpers" for the Rust proxmox-http This metapackage enables feature "http-helpers" for the Rust proxmox-http
crate, by pulling in any additional dependencies needed by that feature. crate, by pulling in any additional dependencies needed by that feature.
@ -129,7 +128,7 @@ Depends:
Provides: Provides:
librust-proxmox-http-0+proxmox-async-dev (= ${binary:Version}), librust-proxmox-http-0+proxmox-async-dev (= ${binary:Version}),
librust-proxmox-http-0.9+proxmox-async-dev (= ${binary:Version}), librust-proxmox-http-0.9+proxmox-async-dev (= ${binary:Version}),
librust-proxmox-http-0.9.0+proxmox-async-dev (= ${binary:Version}) librust-proxmox-http-0.9.1+proxmox-async-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "proxmox-async" Description: Proxmox HTTP library - feature "proxmox-async"
This metapackage enables feature "proxmox-async" for the Rust proxmox-http This metapackage enables feature "proxmox-async" for the Rust proxmox-http
crate, by pulling in any additional dependencies needed by that feature. crate, by pulling in any additional dependencies needed by that feature.
@ -148,7 +147,7 @@ Depends:
Provides: Provides:
librust-proxmox-http-0+rate-limited-stream-dev (= ${binary:Version}), librust-proxmox-http-0+rate-limited-stream-dev (= ${binary:Version}),
librust-proxmox-http-0.9+rate-limited-stream-dev (= ${binary:Version}), librust-proxmox-http-0.9+rate-limited-stream-dev (= ${binary:Version}),
librust-proxmox-http-0.9.0+rate-limited-stream-dev (= ${binary:Version}) librust-proxmox-http-0.9.1+rate-limited-stream-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "rate-limited-stream" Description: Proxmox HTTP library - feature "rate-limited-stream"
This metapackage enables feature "rate-limited-stream" for the Rust proxmox- This metapackage enables feature "rate-limited-stream" for the Rust proxmox-
http crate, by pulling in any additional dependencies needed by that feature. http crate, by pulling in any additional dependencies needed by that feature.
@ -163,7 +162,7 @@ Depends:
Provides: Provides:
librust-proxmox-http-0+rate-limiter-dev (= ${binary:Version}), librust-proxmox-http-0+rate-limiter-dev (= ${binary:Version}),
librust-proxmox-http-0.9+rate-limiter-dev (= ${binary:Version}), librust-proxmox-http-0.9+rate-limiter-dev (= ${binary:Version}),
librust-proxmox-http-0.9.0+rate-limiter-dev (= ${binary:Version}) librust-proxmox-http-0.9.1+rate-limiter-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "rate-limiter" Description: Proxmox HTTP library - feature "rate-limiter"
This metapackage enables feature "rate-limiter" for the Rust proxmox-http This metapackage enables feature "rate-limiter" for the Rust proxmox-http
crate, by pulling in any additional dependencies needed by that feature. crate, by pulling in any additional dependencies needed by that feature.
@ -181,14 +180,14 @@ Depends:
librust-proxmox-io-1+default-dev, librust-proxmox-io-1+default-dev,
librust-proxmox-io-1+tokio-dev, librust-proxmox-io-1+tokio-dev,
librust-proxmox-lang-1+default-dev (>= 1.1-~~), librust-proxmox-lang-1+default-dev (>= 1.1-~~),
librust-proxmox-sys-0.5+default-dev, librust-proxmox-sys-0.5+default-dev (>= 0.5.1-~~),
librust-tokio-1+default-dev (>= 1.6-~~), librust-tokio-1+default-dev (>= 1.6-~~),
librust-tokio-1+io-util-dev (>= 1.6-~~), librust-tokio-1+io-util-dev (>= 1.6-~~),
librust-tokio-1+sync-dev (>= 1.6-~~) librust-tokio-1+sync-dev (>= 1.6-~~)
Provides: Provides:
librust-proxmox-http-0+websocket-dev (= ${binary:Version}), librust-proxmox-http-0+websocket-dev (= ${binary:Version}),
librust-proxmox-http-0.9+websocket-dev (= ${binary:Version}), librust-proxmox-http-0.9+websocket-dev (= ${binary:Version}),
librust-proxmox-http-0.9.0+websocket-dev (= ${binary:Version}) librust-proxmox-http-0.9.1+websocket-dev (= ${binary:Version})
Description: Proxmox HTTP library - feature "websocket" Description: Proxmox HTTP library - feature "websocket"
This metapackage enables feature "websocket" for the Rust proxmox-http crate, This metapackage enables feature "websocket" for the Rust proxmox-http crate,
by pulling in any additional dependencies needed by that feature. by pulling in any additional dependencies needed by that feature.