bump proxmox-http to 0.6.4-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-07-21 12:58:11 +02:00
parent a8a838754d
commit dc57115703
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "proxmox-http"
edition = "2018"
version = "0.6.3"
version = "0.6.4"
authors = [
"Dietmar Maurer <dietmar@proxmox.com>",
"Wolfgang Bumiller <w.bumiller@proxmox.com>",

View File

@ -1,3 +1,9 @@
rust-proxmox-http (0.6.4-1) unstable; urgency=medium
* fix Proxy-Authorization header formatting
-- Proxmox Support Team <support@proxmox.com> Thu, 21 Jul 2022 12:57:26 +0200
rust-proxmox-http (0.6.3-1) unstable; urgency=medium
* add json_object_to_query helper