From e10c5c74f6839c98667e86e300e79dbcdb7b7110 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 29 Oct 2020 15:10:23 +0100 Subject: [PATCH] bump proxmox dependency to 0.6.0 for api tokens and tfa Signed-off-by: Wolfgang Bumiller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09c9aaed..c1d845ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ pam-sys = "0.5" percent-encoding = "2.1" pin-utils = "0.1.0" pathpatterns = "0.1.2" -proxmox = { version = "0.5.0", features = [ "sortable-macro", "api-macro", "websocket" ] } +proxmox = { version = "0.6.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"