From 2c64201e64199621da03851c6a1001f895db622b Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 5 May 2022 10:50:23 +0200 Subject: [PATCH] update proxmox-http b-d to 0.6.1 so that we can drop some mut on http client usages Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- debian/control | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f9f1537b..d3ac8c8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ zstd = { version = "0.6", features = [ "bindgen" ] } pathpatterns = "0.1.2" pxar = { version = "0.10.1", features = [ "tokio-io" ] } -proxmox-http = { version = "0.6", features = [ "client", "http-helpers", "websocket" ] } +proxmox-http = { version = "0.6.1", features = [ "client", "http-helpers", "websocket" ] } proxmox-io = "1" proxmox-lang = "1.1" proxmox-router = { version = "1.2.2", features = [ "cli" ] } diff --git a/debian/control b/debian/control index 02e32ca6..2f7c00e4 100644 --- a/debian/control +++ b/debian/control @@ -47,10 +47,10 @@ Build-Depends: debhelper (>= 12), librust-proxmox-borrow-1+default-dev, librust-proxmox-compression-0.1+default-dev (>= 0.1.1-~~), librust-proxmox-fuse-0.1+default-dev (>= 0.1.1-~~), - librust-proxmox-http-0.6+client-dev, - librust-proxmox-http-0.6+default-dev, - librust-proxmox-http-0.6+http-helpers-dev, - librust-proxmox-http-0.6+websocket-dev, + librust-proxmox-http-0.6.1+client-dev, + librust-proxmox-http-0.6.1+default-dev, + librust-proxmox-http-0.6.1+http-helpers-dev, + librust-proxmox-http-0.6.1+websocket-dev, librust-proxmox-io-1+default-dev (>= 1.0.1-~~), librust-proxmox-io-1+tokio-dev (>= 1.0.1-~~), librust-proxmox-lang-1+default-dev (>= 1.1-~~),