From 54813c650e86dcbcfba5f259cc2f6d0f5ee05ad3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 30 Nov 2020 11:25:26 +0100 Subject: [PATCH] bump proxmox dep to 0.8.0 Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 283453e7..820d5709 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ percent-encoding = "2.1" pin-utils = "0.1.0" pin-project = "0.4" pathpatterns = "0.1.2" -proxmox = { version = "0.7.2", features = [ "sortable-macro", "api-macro", "websocket" ] } +proxmox = { version = "0.8.0", features = [ "sortable-macro", "api-macro", "websocket" ] } #proxmox = { git = "git://git.proxmox.com/git/proxmox", version = "0.1.2", features = [ "sortable-macro", "api-macro" ] } #proxmox = { path = "../proxmox/proxmox", features = [ "sortable-macro", "api-macro", "websocket" ] } proxmox-fuse = "0.1.0"