From effa25be25e6c40464b02b86f0a79142062f21d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 3 Mar 2023 10:51:45 +0100 Subject: [PATCH] update proxmox-http to 0.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0565a99..a2ac6cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ xz2 = "0.1" proxmox-apt = { version = "0.9.3" } proxmox-async = "0.4" -proxmox-http = { version = "0.7", features = [ "client-sync", "client-trait" ]} +proxmox-http = { version = "0.8", features = [ "client-sync", "client-trait" ]} proxmox-router = { version = "1.3", features = [ "cli" ], default_features = false } proxmox-schema = { version = "1.1", features = [ "api-macro" ] } proxmox-section-config = "1"