From f667f49dabfb52fc06fca315ee2c4e6bdb95357c Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 10 Aug 2020 11:31:45 +0200 Subject: [PATCH] bump proxmox dependency to 0.3.3 for serde helpers Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c91fab0..e048a459 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.3.2", features = [ "sortable-macro", "api-macro", "websocket" ] } +proxmox = { version = "0.3.3", 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"