From 2e929cc3867d238c8ec575aa9626d7ec4dcf959b 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 --- proxmox-rest-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-rest-server/Cargo.toml b/proxmox-rest-server/Cargo.toml index ae24fa06..536f01b8 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"