From 05d3c3f412e78337b3b4a20ab56c28c054078a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 2 Jun 2022 13:52:23 +0200 Subject: [PATCH] http: bump proxmox-sys to 0.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- proxmox-http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-http/Cargo.toml b/proxmox-http/Cargo.toml index 24c38b1d..94ced5af 100644 --- a/proxmox-http/Cargo.toml +++ b/proxmox-http/Cargo.toml @@ -21,7 +21,7 @@ openssl = { version = "0.10", optional = true } tokio = { version = "1.0", features = [], optional = true } tokio-openssl = { version = "0.6.1", optional = true } -proxmox-sys = { path = "../proxmox-sys", optional = true, version = "0.2.0" } +proxmox-sys = { path = "../proxmox-sys", optional = true, version = "0.3.0" } proxmox-io = { path = "../proxmox-io", optional = true, version = "1.0.0" } proxmox-lang = { path = "../proxmox-lang", optional = true, version = "1.1" }