From 02cb5b5f806f98d547e140d89d2966233a2483e4 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 20 Jul 2021 18:13:56 +0200 Subject: [PATCH] cargo: bump proxmox-http to 0.3.0 Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- pbs-client/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 91b6602c..4ff3ba38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ proxmox = { version = "0.12.0", features = [ "sortable-macro", "api-macro", "cli proxmox-acme-rs = "0.2.1" proxmox-apt = "0.5.1" proxmox-fuse = "0.1.1" -proxmox-http = { version = "0.2.1", features = [ "client", "http-helpers", "websocket" ] } +proxmox-http = { version = "0.3.0", features = [ "client", "http-helpers", "websocket" ] } proxmox-openid = "0.6.1" pbs-api-types = { path = "pbs-api-types" } diff --git a/pbs-client/Cargo.toml b/pbs-client/Cargo.toml index edbcca5b..32dc8bd0 100644 --- a/pbs-client/Cargo.toml +++ b/pbs-client/Cargo.toml @@ -30,7 +30,7 @@ xdg = "2.2" pathpatterns = "0.1.2" proxmox = { version = "0.12.0", default-features = false, features = [ "cli" ] } proxmox-fuse = "0.1.1" -proxmox-http = { version = "0.2.1", features = [ "client", "http-helpers", "websocket" ] } +proxmox-http = { version = "0.3.0", features = [ "client", "http-helpers", "websocket" ] } pxar = { version = "0.10.1", features = [ "tokio-io" ] } pbs-api-types = { path = "../pbs-api-types" }