From fdac28fcec7f65b40862be9ab107d4230bfee6ef Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 23 Jul 2020 12:15:49 +0200 Subject: [PATCH] update proxmox crate to get latest websocket implementation Signed-off-by: Thomas Lamprecht --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5df52a4d..f338f905 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ pam-sys = "0.5" percent-encoding = "2.1" pin-utils = "0.1.0" pathpatterns = "0.1.2" -proxmox = { version = "0.2.0", features = [ "sortable-macro", "api-macro", "websocket" ] } +proxmox = { version = "0.2.1", features = [ "sortable-macro", "api-macro", "websocket" ] } #proxmox = { git = "ssh://gitolite3@proxdev.maurer-it.com/rust/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"