From 9b3b3c88a97f56132d16756a10861d826ace31ec Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 21 Jul 2022 13:00:22 +0200 Subject: [PATCH] bump proxmox-http dep to 0.6.4 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- debian/control | 12 ++++++------ pbs-client/Cargo.toml | 2 +- proxmox-rest-server/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 95f23e60c..709467d24 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.1", features = [ "client", "http-helpers", "websocket" ] } +proxmox-http = { version = "0.6.4", features = [ "client", "http-helpers", "websocket" ] } proxmox-io = "1" proxmox-lang = "1.1" proxmox-metrics = "0.2" diff --git a/debian/control b/debian/control index 3f513cdfe..5c33f38a9 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.3-~~), - librust-proxmox-http-0.6+client-dev (>= 0.6.3-~~), - librust-proxmox-http-0.6+default-dev (>= 0.6.3-~~), - librust-proxmox-http-0.6+http-helpers-dev (>= 0.6.3-~~), - librust-proxmox-http-0.6+websocket-dev (>= 0.6.3-~~), + librust-proxmox-http-0.6+client-dev (>= 0.6.4-~~), + librust-proxmox-http-0.6+default-dev (>= 0.6.4-~~), + librust-proxmox-http-0.6+http-helpers-dev (>= 0.6.4-~~), + librust-proxmox-http-0.6+websocket-dev (>= 0.6.4-~~), 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-~~), @@ -62,8 +62,8 @@ Build-Depends: debhelper (>= 12), librust-proxmox-schema-1+default-dev (>= 1.3.1-~~), librust-proxmox-schema-1+upid-api-impl-dev (>= 1.3.1-~~), librust-proxmox-section-config-1+default-dev, - librust-proxmox-serde-0.1+default-dev (>= 0.1.1~~), - librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1~~), + librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~), + librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~), librust-proxmox-shared-memory-0.2+default-dev, librust-proxmox-sys-0.3+default-dev (>= 0.3.1-~~), librust-proxmox-sys-0.3+logrotate-dev (>= 0.3.1-~~), diff --git a/pbs-client/Cargo.toml b/pbs-client/Cargo.toml index 6bc02ecdb..a63a955cc 100644 --- a/pbs-client/Cargo.toml +++ b/pbs-client/Cargo.toml @@ -36,7 +36,7 @@ pathpatterns = "0.1.2" proxmox-async = "0.4" proxmox-compression = "0.1.1" proxmox-fuse = "0.1.3" -proxmox-http = { version = "0.6.3", features = [ "client", "http-helpers", "websocket" ] } +proxmox-http = { version = "0.6.4", features = [ "client", "http-helpers", "websocket" ] } proxmox-io = { version = "1.0.1", features = [ "tokio" ] } proxmox-lang = "1.1" proxmox-router = { version = "1.2.4", features = [ "cli" ] } diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index ae24fa068..536f01b82 100644 --- a/proxmox-rest-server/Cargo.toml +++ b/proxmox-rest-server/Cargo.toml @@ -36,7 +36,7 @@ proxmox-async = "0.4" proxmox-compression = "0.1.1" proxmox-io = "1" proxmox-lang = "1.1" -proxmox-http = { version = "0.6", features = [ "client" ] } +proxmox-http = { version = "0.6.4", features = [ "client" ] } proxmox-router = "1.2.4" proxmox-schema = { version = "1.3.1", features = [ "api-macro", "upid-api-impl" ] } proxmox-time = "1"