From e8d199d51c2ec1655db440db212033298a18be9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 19 Aug 2022 13:27:14 +0200 Subject: [PATCH] update to proxmox-http 0.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- 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 97400a2b..74cdbea4 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.4", features = [ "client" ] } +proxmox-http = { version = "0.7", features = [ "client" ] } proxmox-router = "1.2.4" proxmox-schema = { version = "1.3.1", features = [ "api-macro", "upid-api-impl" ] } proxmox-time = "1"