From d4753652d06b642696bdedba0da556fc8585a4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 24 May 2023 12:49:41 +0200 Subject: [PATCH] update proxmox-sys to 0.5 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 6cdb452..4fa6b48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,4 +25,4 @@ tokio-stream = { version = "0.1", features = ["io-util"] } tokio-util = "0.7" proxmox-http = { version = "0.9", features = ["websocket", "client"] } -proxmox-sys = "0.4" +proxmox-sys = "0.5"