From c81068097b3302a7b0997958d103614cd2e3d958 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 25 Aug 2023 08:59:06 +0200 Subject: [PATCH] bump proxmox-client to 0.2.3-1 Signed-off-by: Wolfgang Bumiller --- proxmox-client/Cargo.toml | 2 +- proxmox-client/debian/changelog | 6 ++++++ proxmox-client/debian/control | 8 ++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/proxmox-client/Cargo.toml b/proxmox-client/Cargo.toml index 9f8deb30..95a1bc96 100644 --- a/proxmox-client/Cargo.toml +++ b/proxmox-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxmox-client" -version = "0.2.2" +version = "0.2.3" description = "Base client for proxmox APIs for handling login and ticket renewal" authors.workspace = true license.workspace = true diff --git a/proxmox-client/debian/changelog b/proxmox-client/debian/changelog index 8e1ff090..444b4acd 100644 --- a/proxmox-client/debian/changelog +++ b/proxmox-client/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-client (0.2.3-1) bookworm; urgency=medium + + * fix hyper client not setting content type header + + -- Proxmox Support Team Fri, 25 Aug 2023 08:57:51 +0200 + rust-proxmox-client (0.2.2-1) bookworm; urgency=medium * fix parsing content types with charsets diff --git a/proxmox-client/debian/control b/proxmox-client/debian/control index f3b196d3..6163358b 100644 --- a/proxmox-client/debian/control +++ b/proxmox-client/debian/control @@ -57,8 +57,8 @@ Provides: librust-proxmox-client-0+default-dev (= ${binary:Version}), librust-proxmox-client-0.2-dev (= ${binary:Version}), librust-proxmox-client-0.2+default-dev (= ${binary:Version}), - librust-proxmox-client-0.2.2-dev (= ${binary:Version}), - librust-proxmox-client-0.2.2+default-dev (= ${binary:Version}) + librust-proxmox-client-0.2.3-dev (= ${binary:Version}), + librust-proxmox-client-0.2.3+default-dev (= ${binary:Version}) Description: Base client for proxmox APIs for handling login and ticket renewal - Rust source code This package contains the source for the Rust proxmox-client crate, packaged by debcargo for use with cargo and dh-cargo. @@ -77,7 +77,7 @@ Depends: Provides: librust-proxmox-client-0+hyper-client-dev (= ${binary:Version}), librust-proxmox-client-0.2+hyper-client-dev (= ${binary:Version}), - librust-proxmox-client-0.2.2+hyper-client-dev (= ${binary:Version}) + librust-proxmox-client-0.2.3+hyper-client-dev (= ${binary:Version}) Description: Base client for proxmox APIs for handling login and ticket renewal - feature "hyper-client" This metapackage enables feature "hyper-client" for the Rust proxmox-client crate, by pulling in any additional dependencies needed by that feature. @@ -94,7 +94,7 @@ Depends: Provides: librust-proxmox-client-0+webauthn-dev (= ${binary:Version}), librust-proxmox-client-0.2+webauthn-dev (= ${binary:Version}), - librust-proxmox-client-0.2.2+webauthn-dev (= ${binary:Version}) + librust-proxmox-client-0.2.3+webauthn-dev (= ${binary:Version}) Description: Base client for proxmox APIs for handling login and ticket renewal - feature "webauthn" This metapackage enables feature "webauthn" for the Rust proxmox-client crate, by pulling in any additional dependencies needed by that feature.