diff --git a/proxmox-http/Cargo.toml b/proxmox-http/Cargo.toml index 11c6f0b0..9ece24eb 100644 --- a/proxmox-http/Cargo.toml +++ b/proxmox-http/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-http" edition.workspace = true -version = "0.9.0" +version = "0.9.1" authors.workspace = true license.workspace = true repository.workspace = true diff --git a/proxmox-http/debian/changelog b/proxmox-http/debian/changelog index 6c148c76..bb89e82e 100644 --- a/proxmox-http/debian/changelog +++ b/proxmox-http/debian/changelog @@ -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 Thu, 28 Mar 2024 13:17:48 +0100 + rust-proxmox-http (0.9.0-1) bookworm; urgency=medium * update proxmox-sys dependency to 0.5.0 diff --git a/proxmox-http/debian/control b/proxmox-http/debian/control index 72c21aeb..ed60abca 100644 --- a/proxmox-http/debian/control +++ b/proxmox-http/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 12), libstd-rust-dev , librust-anyhow-1+default-dev Maintainer: Proxmox Support Team -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git X-Cargo-Crate: proxmox-http @@ -35,11 +35,10 @@ Provides: librust-proxmox-http-0+default-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.0-dev (= ${binary:Version}), - librust-proxmox-http-0.9.0+default-dev (= ${binary:Version}) + librust-proxmox-http-0.9.1-dev (= ${binary:Version}), + librust-proxmox-http-0.9.1+default-dev (= ${binary:Version}) Description: Proxmox HTTP library - Rust source code - This package contains the source for the Rust proxmox-http crate, packaged by - debcargo for use with cargo and dh-cargo. + Source code for Debianized Rust crate "proxmox-http" Package: librust-proxmox-http+client-dev Architecture: any @@ -62,7 +61,7 @@ Depends: Provides: librust-proxmox-http-0+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" This metapackage enables feature "client" for the Rust proxmox-http crate, by pulling in any additional dependencies needed by that feature. @@ -80,7 +79,7 @@ Depends: Provides: librust-proxmox-http-0+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" This metapackage enables feature "client-sync" for the Rust proxmox-http crate, by pulling in any additional dependencies needed by that feature. @@ -95,7 +94,7 @@ Depends: Provides: librust-proxmox-http-0+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" This metapackage enables feature "client-trait" for the Rust proxmox-http crate, by pulling in any additional dependencies needed by that feature. @@ -108,13 +107,13 @@ Depends: librust-proxmox-http-dev (= ${binary:Version}), librust-base64-0.13+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-url-2+default-dev (>= 2.2-~~) Provides: librust-proxmox-http-0+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" This metapackage enables feature "http-helpers" for the Rust proxmox-http crate, by pulling in any additional dependencies needed by that feature. @@ -129,7 +128,7 @@ Depends: Provides: librust-proxmox-http-0+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" This metapackage enables feature "proxmox-async" for the Rust proxmox-http crate, by pulling in any additional dependencies needed by that feature. @@ -148,7 +147,7 @@ Depends: Provides: 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.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" This metapackage enables feature "rate-limited-stream" for the Rust proxmox- http crate, by pulling in any additional dependencies needed by that feature. @@ -163,7 +162,7 @@ Depends: Provides: librust-proxmox-http-0+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" This metapackage enables feature "rate-limiter" for the Rust proxmox-http 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+tokio-dev, 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+io-util-dev (>= 1.6-~~), librust-tokio-1+sync-dev (>= 1.6-~~) Provides: librust-proxmox-http-0+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" This metapackage enables feature "websocket" for the Rust proxmox-http crate, by pulling in any additional dependencies needed by that feature.